openbsd-ports/www/p5-libapreq/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

37 lines
884 B
Makefile

# $OpenBSD: Makefile,v 1.6 2007/09/15 20:38:25 merdely Exp $
SHARED_ONLY= Yes
COMMENT= Generic Apache Request Library
MODULES= cpan
DISTNAME= libapreq-1.3
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/apreq/
MAINTAINER= Michael Coulter <mjc@openbsd.org>
# Apache Software License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
BUILD_DEPENDS= :mod_perl-*:www/mod_perl \
:p5-Apache-Test-*:www/p5-Apache-Test
RUN_DEPENDS= :mod_perl-*:www/mod_perl
# XXX broken, see p5-Apache-Test
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-libapreq
@cp -R ${WRKSRC}/eg/* ${PREFIX}/share/examples/p5-libapreq
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libapreq
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/libapreq
.include <bsd.port.mk>