diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-25 18:46:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-25 18:46:40 +0000 |
commit | f0f512d9f948815bafeecc9ae603b22dfe783140 (patch) | |
tree | 435a1bfc0050446a08dbdcf600db3d2607a5cb43 /www/p5-WWW-iTunesConnect/Makefile | |
parent | 8e08e79be407ffdd3edec7718a1fd1cb8a25443a (diff) | |
download | ports-f0f512d9f948815bafeecc9ae603b22dfe783140.tar.gz ports-f0f512d9f948815bafeecc9ae603b22dfe783140.zip |
Notes
Diffstat (limited to 'www/p5-WWW-iTunesConnect/Makefile')
-rw-r--r-- | www/p5-WWW-iTunesConnect/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/p5-WWW-iTunesConnect/Makefile b/www/p5-WWW-iTunesConnect/Makefile index e9c6f4feff0a..e82fb8af9e57 100644 --- a/www/p5-WWW-iTunesConnect/Makefile +++ b/www/p5-WWW-iTunesConnect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-iTunesConnect -# Date created: 29 August 2009 -# Whom: Brandon Fosdick <bfoz@bfoz.net> -# +# Created by: Brandon Fosdick <bfoz@bfoz.net> # $FreeBSD$ -# PORTNAME= WWW-iTunesConnect PORTVERSION= 1.16 @@ -32,10 +28,4 @@ PLIST_DIRS= %%SITE_PERL%%/WWW \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/iTunesConnect \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |