openbsd-ports/www/p5-HTML-Embperl/Makefile
peter 632d4540c5 remove interactive flag. the correct fix (for my oversite in the original)
was to add a BUILD_DEPENDs on mod_perl - the configuration searches for
this. Does anyone possibly want to run this *without* mod_perl ?
2001-04-09 13:13:03 +00:00

24 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/04/09 13:13:03 peter Exp $
DISTNAME= HTML-Embperl-1.3.1
PKGNAME= p5-HTML-Embperl-1.3.1
CATEGORIES= www perl5
NEED_VERSION= 1.362
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${LOCALBASE}/lib/mod_perl.so::www/mod_perl
RUN_DEPENDS= ${LOCALBASE}/lib/mod_perl.so::www/mod_perl
CONFIGURE_STYLE= perl
CONFIGURE_ENV= EPHTTPD="/usr/sbin/httpd" APACHE_SRC="/usr/lib/apache"
.include <bsd.port.mk>