diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 07:45:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 07:45:30 +0800 |
commit | 475559b809263b91efba8f0ccc8e166bace946d9 (patch) | |
tree | e2ff9358ad6851150cd4ead332c17ad18b8b9b45 /devel/p5-File-Attributes | |
parent | 8ade57c0b2bbc09ee65c5ddad3f6773a89371730 (diff) | |
download | freebsd-ports-gnome-475559b809263b91efba8f0ccc8e166bace946d9.tar.gz freebsd-ports-gnome-475559b809263b91efba8f0ccc8e166bace946d9.tar.zst freebsd-ports-gnome-475559b809263b91efba8f0ccc8e166bace946d9.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 15).
Approved by: portmgr (itetcu)
Diffstat (limited to 'devel/p5-File-Attributes')
-rw-r--r-- | devel/p5-File-Attributes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-File-Attributes/Makefile b/devel/p5-File-Attributes/Makefile index 474f9493b578..fbe1b1310cd1 100644 --- a/devel/p5-File-Attributes/Makefile +++ b/devel/p5-File-Attributes/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-Attributes PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= File::Attributes - Manipulate file metadata -BUILD_DEPENDS= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ +BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ ${SITE_PERL}/Directory/Scratch.pm:${PORTSDIR}/devel/p5-Directory-Scratch \ ${SITE_PERL}/Best.pm:${PORTSDIR}/devel/p5-Best \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck |