19 lines
421 B
Makefile
19 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/03/30 21:15:21 jolan Exp $
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= "perl module for reading and writing DAAP structures"
|
|
DISTNAME= Net-DAAP-DMAP-1.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
# same as perl
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
.include <bsd.port.mk>
|