19 lines
359 B
Makefile
19 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.22 2010/09/09 20:41:19 jasper Exp $
|
|
|
|
COMMENT= interface to CDDB and freedb servers
|
|
|
|
DISTNAME= CDDB-1.220
|
|
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>
|