diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
commit | 4a4659b2cea96592639d0c4b88f5778f1c5e1507 (patch) | |
tree | 27682738716b62adb5affadcb386f41a9b3add31 /lang/p5-JSAN/Makefile | |
parent | f30066dff445343594a882b227c37fb80800f019 (diff) | |
download | freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.gz freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.zst freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'lang/p5-JSAN/Makefile')
-rw-r--r-- | lang/p5-JSAN/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/p5-JSAN/Makefile b/lang/p5-JSAN/Makefile index 474085259fbe..f56e2da016db 100644 --- a/lang/p5-JSAN/Makefile +++ b/lang/p5-JSAN/Makefile @@ -7,7 +7,7 @@ PORTNAME= JSAN PORTVERSION= 0.07 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CW/CWEST @@ -22,15 +22,10 @@ BUILD_DEPENDS= p5-Class-DBI-SQLite>=0:${PORTSDIR}/databases/p5-Class-DBI-SQLite p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \ p5-Class-DBI-DATA-Schema>=0:${PORTSDIR}/databases/p5-Class-DBI-DATA-Schema \ p5-Class-DBI-Loader>=0:${PORTSDIR}/databases/p5-Class-DBI-Loader \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ - p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ - p5-ExtUtils-AutoInstall>=0:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |