diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-22 12:49:05 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-22 12:49:05 +0000 |
commit | 4a62ddefe961f57a7339727ed930d54aaca6edba (patch) | |
tree | 49cc6f25fba226cd8b6f575689770f2fd9553c97 /audio/gnupod/Makefile | |
parent | f8303769cd8061eade5812545fdf3458d70dc695 (diff) |
Notes
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 59fc357d2bc6..5c6aa16517f5 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupod -PORTVERSION= 0.98 +PORTVERSION= 0.98.3 CATEGORIES= audio perl5 MASTER_SITES= http://savannah.gnu.org/download/gnupod/ \ http://blinkenlights.ch/gnupod-dist/stable/ @@ -35,6 +35,12 @@ NO_BUILD= yes CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ENV= ac_cv_path_PERL=${PERL} +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= gnupod only support perl 5.8 or above +.endif + .ifndef(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @@ -49,4 +55,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |