diff options
-rw-r--r-- | audio/p5-CDDB_get/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/p5-CDDB_get/Makefile b/audio/p5-CDDB_get/Makefile index 8c8ca19d61cf..df2f1dd179fc 100644 --- a/audio/p5-CDDB_get/Makefile +++ b/audio/p5-CDDB_get/Makefile @@ -3,7 +3,7 @@ PORTNAME= CDDB_get PORTVERSION= 2.28 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN @@ -14,10 +14,13 @@ MAINTAINER= perl@FreeBSD.org COMMENT= High-level interface to the Compact Disc Database LICENSE= GPLv2 +LICENSE= ${WRKSRC}/Copying PORTSCOUT= skipv:2.28.1 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= cddb.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |