c5d6b425a1
upgrades working
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/02/02 00:30:56 simon Exp $
|
|
|
|
COMMENT= catalyst documentation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Manual-5.7016
|
|
CATEGORIES= devel
|
|
|
|
# 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>
|