19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/29 08:23:29 espie Exp $
|
|
|
|
COMMENT= "runtime require of both modules and files"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Load-0.10
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|
|
|