2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:07 espie Exp $
|
2004-05-20 07:14:50 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= lightweight, universal exporting/require of variables
|
2004-05-20 07:14:50 -04:00
|
|
|
|
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}
|
2010-11-15 14:45:56 -05:00
|
|
|
PKGNAME= p5-Universal-exports-${V}
|
|
|
|
REVISION = 0
|
2006-11-17 11:02:48 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
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
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Exporter-Lite
|
2004-05-20 07:14:50 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|