openbsd-ports/audio/p5-cddb/Makefile

24 lines
444 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2006/03/29 08:14:28 steven Exp $
2000-02-29 18:35:16 -05:00
COMMENT= "Perl5 module for CDDB"
DISTNAME= CDDB-1.17
PKGNAME= p5-${DISTNAME}
2000-02-29 18:35:16 -05:00
CATEGORIES= audio perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# Artistic
2000-08-20 21:58:39 -04:00
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= *
2000-02-29 18:35:16 -05:00
.include <bsd.port.mk>