openbsd-ports/devel/p5-Module-Load/Makefile

18 lines
336 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2007/09/16 02:53:07 merdely Exp $
COMMENT= runtime require of both modules and files
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Module-Load-0.10
2007-05-05 05:19:26 -04:00
PKGNAME= p5-${DISTNAME}p0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
.include <bsd.port.mk>