2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
24 lines
448 B
Makefile
24 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:48 espie Exp $
|
|
|
|
COMMENT= perl interface to query for cddb-information
|
|
|
|
DISTNAME= CDDB_get-2.27
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://armin.emx.at/cddb/
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= FONKIE
|
|
USE_GROFF = Yes
|
|
|
|
post-patch:
|
|
@cp ${WRKSRC}/cddb.pl ${WRKSRC}/cddb
|
|
|
|
.include <bsd.port.mk>
|