2008-09-29 18:54:15 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2008/09/29 22:54:15 simon Exp $
|
2004-05-26 07:16:49 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= build and install Perl modules
|
2008-09-29 18:54:15 -04:00
|
|
|
COMES_WITH= 4.5
|
2004-05-26 07:16:49 -04:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
MODULES= cpan
|
2007-11-30 16:02:23 -05:00
|
|
|
DISTNAME= Module-Build-0.2808
|
2008-09-29 14:47:15 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2004-05-26 07:16:49 -04:00
|
|
|
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
|
|
|
# Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
2004-05-26 07:16:49 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2008-09-29 14:47:15 -04:00
|
|
|
RUN_DEPENDS= ::devel/p5-ExtUtils-ParseXS \
|
2007-05-22 16:57:25 -04:00
|
|
|
::devel/p5-YAML
|
|
|
|
REGRESS_DEPENDS=::devel/p5-version
|
2004-05-26 07:16:49 -04:00
|
|
|
|
2006-03-20 16:30:34 -05:00
|
|
|
do-regress:
|
|
|
|
@cd ${WRKSRC} && /usr/bin/perl ${MODPERL_BUILD} ${REGRESS_TARGET}
|
|
|
|
|
2004-05-26 07:16:49 -04:00
|
|
|
.include <bsd.port.mk>
|