|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= File-Find-Rule-VCS |
8 |
PORTNAME= File-Find-Rule-VCS |
| 9 |
PORTVERSION= 1.05 |
9 |
PORTVERSION= 1.06 |
| 10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
| 11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
| 12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
|
Lines 14-20
Link Here
|
| 14 |
MAINTAINER= cm@therek.net |
14 |
MAINTAINER= cm@therek.net |
| 15 |
COMMENT= Exclude files and directories for Version Control Systems |
15 |
COMMENT= Exclude files and directories for Version Control Systems |
| 16 |
|
16 |
|
| 17 |
PERL_CONFIGURE= YES |
17 |
BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \ |
|
|
18 |
p5-Text-Glob>=0.08:${PORTSDIR}/textproc/p5-Text-Glob |
| 19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 20 |
|
| 21 |
PERL_CONFIGURE= 5.5.3+ |
| 18 |
|
22 |
|
| 19 |
MAN3= File::Find::Rule::VCS.3 |
23 |
MAN3= File::Find::Rule::VCS.3 |
| 20 |
|
24 |
|