aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-CDDB_get/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:07:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-31 13:07:53 +0000
commit4f9a80a57ea7ffbdf18461462682064e9494f325 (patch)
tree9726773f86a21482b2b4348d03a9d5f47752f4a6 /audio/p5-CDDB_get/Makefile
parent887bc73476c8e2f8ac47e56dd7cec172d9720b13 (diff)
downloadports-4f9a80a57ea7ffbdf18461462682064e9494f325.tar.gz
ports-4f9a80a57ea7ffbdf18461462682064e9494f325.zip
Notes
Diffstat (limited to 'audio/p5-CDDB_get/Makefile')
-rw-r--r--audio/p5-CDDB_get/Makefile7
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>