d3486d6b6e
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl> maintainer timeout
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/01/07 19:36:37 steven Exp $
|
|
|
|
COMMENT= "load modules and create objects on demand"
|
|
|
|
DISTNAME= Class-Loader-2.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
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>
|