diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 09:12:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 09:12:10 +0800 |
commit | 9ccc7e92dea72d32d4ae04470bbce43e6f9227da (patch) | |
tree | 20264757b2346c435477e3f6cfdf324086bbafe9 /audio/gnupod | |
parent | 07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (diff) | |
download | freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.gz freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.zst freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.zip |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Diffstat (limited to 'audio/gnupod')
-rw-r--r-- | audio/gnupod/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 44a26e1e272f..575e31d453cc 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -30,7 +30,7 @@ MAN1= gnupod_addsong.pl.1 gnupod_check.pl.1 gnupod_INIT.pl.1 \ tunes2pod.pl.1 MANCOMPRESSED= yes -USE_PERL5= yes +USE_PERL5= 5.8.0+ HAS_CONFIGURE= yes NO_BUILD= yes @@ -43,10 +43,6 @@ OPTIONS= FLAC "Enable FLAC support" off .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= gnupod only support perl 5.8 or above -.endif - .if exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm) WITH_FLAC= YES .endif |