481d1f0c4f
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/12/22 20:33:41 steven Exp $
|
|
|
|
COMMENT= "inheritable, overridable class data"
|
|
|
|
DISTNAME= Class-Data-Inheritable-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# Artistic License
|
|
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>
|