openbsd-ports/devel/p5-Catalyst-Manual/Makefile

23 lines
465 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.10 2010/10/18 17:47:56 espie Exp $
COMMENT= catalyst documentation
MODULES= cpan
2010-07-02 00:03:32 -04:00
DISTNAME= Catalyst-Manual-5.8004
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# there was a version with six digits behind the dot and we need to pad
# to that or updates would fail
PKGNAME= p5-${DISTNAME}00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>