|

楼主 |
发表于 2003-10-1 18:04:22
|
显示全部楼层
# cat -n Makefile
1 # New ports collection makefile for: p5-Device-SerialPort
2 # Date created: July 6th 2003
3 # Whom: Nick Sayer <nsayer@FreeBSD.org>
4 #
5 # $FreeBSD: ports/comms/p5-Device-SerialPort/Makefile,v 1.1 2003/07/08 16:32:45 nsayer Exp $
6 #
7
8 PORTNAME= Device-SerialPort
9 PORTVERSION= 0.22
10 CATEGORIES= comms perl5
11 MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
12 MASTER_SITE_SUBDIR= Device
13 PKGNAMEPREFIX= p5-
14 DISTNAME= Device-SerialPort-${PORTVERSION}
15
16 MAINTAINER= ports@FreeBSD.org
17 COMMENT= A perl5 module for simple serial port control
18
19 PERL_CONFIGURE= yes
20
21 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
22 MAN3= Device::SerialPort.3
23
24 .include <bsd.port.mk>
#
就这么多了。修改哪里? |
|