2009-02-01 19:30:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2009/02/02 00:30:56 simon Exp $
|
2006-11-10 05:59:37 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= catalyst documentation
|
2006-11-10 05:59:37 -05:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2009-02-01 19:30:56 -05:00
|
|
|
DISTNAME= Catalyst-Manual-5.7016
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2006-11-10 05:59:37 -05:00
|
|
|
|
2009-02-01 19:30:56 -05:00
|
|
|
# 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
|
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
# perl
|
2006-11-10 05:59:37 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-02-01 19:30:56 -05:00
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
|
2006-11-10 05:59:37 -05:00
|
|
|
.include <bsd.port.mk>
|