19 lines
343 B
Makefile
19 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.21 2009/08/30 16:53:40 jasper Exp $
|
|
|
|
COMMENT= Perl5 module for CDDB
|
|
|
|
DISTNAME= CDDB-1.21
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|