ef486d94c3
from steven.mestdagh at esat.kuleuven.remove-this.ac.be PKG_ARCH=* while here
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.14 2004/09/23 20:31:01 sturm Exp $
|
|
|
|
COMMENT= "Perl5 module for CDDB"
|
|
|
|
DISTNAME= CDDB-1.15
|
|
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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|