2006-11-29 03:23:29 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2006/11/29 08:23:31 espie Exp $
|
2004-05-20 07:14:50 -04:00
|
|
|
|
|
|
|
COMMENT= "lightweight, universal exporting/require of variables"
|
|
|
|
|
2006-11-17 11:02:48 -05:00
|
|
|
MODULES= cpan
|
|
|
|
V= 0.05
|
2004-05-20 07:14:50 -04:00
|
|
|
DISTNAME= UNIVERSAL-exports-${V}
|
|
|
|
PKGNAME= p5-Universal-exports-${V}
|
2006-11-17 11:02:48 -05:00
|
|
|
CATEGORIES= devel
|
2004-05-20 07:14:50 -04:00
|
|
|
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
# perl
|
2004-05-20 07:14:50 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::devel/p5-Exporter-Lite
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|