aaa1885833
ok jasper@
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/12/03 11:44:27 ajacoutot Exp $
|
|
|
|
COMMENT= catalyst documentation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Manual-5.8004
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
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>
|