openbsd-ports/devel/p5-Universal-exports/Makefile

21 lines
394 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:24 espie Exp $
COMMENT= lightweight, universal exporting/require of variables
MODULES= cpan
V= 0.05
DISTNAME= UNIVERSAL-exports-${V}
2010-11-15 14:45:56 -05:00
PKGNAME= p5-Universal-exports-${V}
REVISION= 1
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Sam Smith <S@msmith.net>
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Exporter-Lite
.include <bsd.port.mk>