svn commit: r388057 - head/audio/p5-CDDB_get
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:07:54 UTC 2015
Author: amdmi3
Date: Sun May 31 13:07:53 2015
New Revision: 388057
URL: https://svnweb.freebsd.org/changeset/ports/388057
Log:
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
MFH: 2015Q2
Approved by: portmgr blanket
Modified:
head/audio/p5-CDDB_get/Makefile
Modified: head/audio/p5-CDDB_get/Makefile
==============================================================================
--- head/audio/p5-CDDB_get/Makefile Sun May 31 12:52:00 2015 (r388056)
+++ head/audio/p5-CDDB_get/Makefile Sun May 31 13:07:53 2015 (r388057)
@@ -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 at 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>
More information about the svn-ports-all
mailing list