22 lines
414 B
Makefile
22 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/25 10:51:54 espie Exp $
|
|
|
|
COMMENT= "abstract class for constructing hashes"
|
|
|
|
DISTNAME= Class-Base-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|