2010-10-18 13:47:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/10/18 17:47:56 espie 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
|
2010-07-02 00:03:32 -04:00
|
|
|
DISTNAME= Catalyst-Manual-5.8004
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
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>
|