diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-30 14:41:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-30 14:41:13 +0800 |
commit | 72628ae9b47a04c6b5f616d0f247ff17311f02cf (patch) | |
tree | c98fa417810b6071a8f9ec4b1172ddf198246141 | |
parent | 8415f930575f142796d2e6d733d1b03d591afa37 (diff) | |
download | freebsd-ports-gnome-72628ae9b47a04c6b5f616d0f247ff17311f02cf.tar.gz freebsd-ports-gnome-72628ae9b47a04c6b5f616d0f247ff17311f02cf.tar.zst freebsd-ports-gnome-72628ae9b47a04c6b5f616d0f247ff17311f02cf.zip |
- Pet portlint
-rw-r--r-- | audio/mp3-archive-tools/Makefile | 7 | ||||
-rw-r--r-- | audio/mp3lint/Makefile | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-TestNS/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Google-Code-Upload/Makefile | 10 |
4 files changed, 16 insertions, 12 deletions
diff --git a/audio/mp3-archive-tools/Makefile b/audio/mp3-archive-tools/Makefile index 8e7a7e25b543..136808f955d0 100644 --- a/audio/mp3-archive-tools/Makefile +++ b/audio/mp3-archive-tools/Makefile @@ -15,9 +15,10 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A set of tools to ease organising a collection of audio files -BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl \ - ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ + p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag +RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ + p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag PERL_CONFIGURE= yes diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile index d7151b8f0888..c5374196e577 100644 --- a/audio/mp3lint/Makefile +++ b/audio/mp3lint/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A configurable tool to check collections of audio files -BUILD_DEPENDS= ${SITE_PERL}/MP3/Archive.pm:${PORTSDIR}/audio/libmp3-archive-perl -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl +RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl PERL_CONFIGURE= yes diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile index e76cc0b26113..0aad47f9f14f 100644 --- a/dns/p5-Net-DNS-TestNS/Makefile +++ b/dns/p5-Net-DNS-TestNS/Makefile @@ -15,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for simulating simple Nameservers -BUILD_DEPENDS= p5-Net-DNS>0.64:${PORTSDIR}/dns/p5-Net-DNS \ - p5-XML-LibXML>1.53:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ + p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ + p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML PERL_CONFIGURE= yes diff --git a/www/p5-Google-Code-Upload/Makefile b/www/p5-Google-Code-Upload/Makefile index a838ec987eff..397e735096bb 100644 --- a/www/p5-Google-Code-Upload/Makefile +++ b/www/p5-Google-Code-Upload/Makefile @@ -14,10 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Uploading files to a Google Code project -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes |