888bff7541
patch was taken upstream so remove it from Jasper Lievisse Adriaanse (maintainer)
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.17 2006/03/29 08:14:28 steven Exp $
|
|
|
|
COMMENT= "Perl5 module for CDDB"
|
|
|
|
DISTNAME= CDDB-1.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= audio perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# 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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|