1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

- Add LICENSE_FILE

- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2
Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-05-31 13:07:53 +00:00
parent 887bc73476
commit 4f9a80a57e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388057

View File

@ -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>