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

20 lines
384 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:38 ajacoutot Exp $
COMMENT= extends require to work on variables
2010-06-01 05:48:08 -04:00
V= 0.13
2006-11-29 03:23:29 -05:00
MODULES= cpan
2010-06-01 05:48:08 -04:00
DISTNAME= UNIVERSAL-require-${V}
PKGNAME= p5-Universal-require-${V}
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>