1e61150f5c
ok margarida@ (MAINTAINER)
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.13 2004/02/28 19:17:44 xsa Exp $
|
|
|
|
COMMENT= "Perl5 module for CDDB"
|
|
|
|
DISTNAME= CDDB-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= audio perl5
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CDDB/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|