|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= Text-Capitalize |
8 |
PORTNAME= Text-Capitalize |
| 9 |
PORTVERSION= 1.3 |
9 |
PORTVERSION= 1.3 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= textproc perl5 |
11 |
CATEGORIES= textproc perl5 |
| 11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITES= CPAN |
| 12 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
|
Lines 14-19
Link Here
|
| 14 |
MAINTAINER= amdmi3@FreeBSD.org |
15 |
MAINTAINER= amdmi3@FreeBSD.org |
| 15 |
COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles") |
16 |
COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles") |
| 16 |
|
17 |
|
|
|
18 |
BUILD_DEPENDS= p5-PerlIO-locale>=0:${PORTSDIR}/devel/p5-PerlIO-locale |
| 19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
| 20 |
|
| 17 |
PERL_CONFIGURE= yes |
21 |
PERL_CONFIGURE= yes |
| 18 |
|
22 |
|
| 19 |
MAN3= Text::Capitalize.3 |
23 |
MAN3= Text::Capitalize.3 |