1eabde0bc3
+ rm pkg/COMMENT + rm deprecated LICENSE_TYPE, add NEED_VERSION, spaces->tabs (general update/cleanup, some ports are OLD)
20 lines
459 B
Makefile
20 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.7 2001/04/13 03:24:16 obecian Exp $
|
|
|
|
COMMENT= "Perl5 module for CDDB"
|
|
DISTNAME= CDDB-1.03
|
|
PKGNAME= p5-CDDB-1.03
|
|
CATEGORIES= audio perl5
|
|
NEED_VERSION= 1.364
|
|
MASTER_SITES= http://www.perl.com/CPAN-local/authors/id/R/RC/RCAPUTO/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|