675f9027b4
use BUILD_DEPENDS= RUN_DEPENDS, not the other way round use SHARED_ONLY=Yes instead of the NOT_FOR_ARCHS line
31 lines
675 B
Makefile
31 lines
675 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/01/10 14:27:11 dlg Exp $
|
|
|
|
COMMENT= "module that embeds a Perl interpreter into Apache2"
|
|
|
|
DISTNAME= mod_perl-2.0.3
|
|
PKGNAME= ap2-${DISTNAME}p1
|
|
CATEGORIES= www net
|
|
|
|
WANTLIB= c m perl util
|
|
|
|
MASTER_SITES= http://perl.apache.org/dist/ \
|
|
${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# Apache Software License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
SHARED_ONLY= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
CONFIGURE_ARGS+= MP_APXS=${LOCALBASE}/sbin/apxs2
|
|
RUN_DEPENDS= ::www/apache-httpd
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|