diff options
author | rh <rh> | 1999-12-02 20:46:35 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-02 20:46:35 +0000 |
commit | 872f3ee505bf6b5c1da8959b267c3996a176394f (patch) | |
tree | 118b5e4e7749e7bc084ada2fdb414202370be069 /www/ap-Embperl/Makefile | |
parent | 34da65f3a5cbb8b5d3d125f818d6d6abd56a6400 (diff) | |
download | pkgsrc-872f3ee505bf6b5c1da8959b267c3996a176394f.tar.gz |
Import of ap-Embperl-1.2.0, an Apache Perl5 library for embedding perl in
HTML documents. This package was submitted by Havard Eidnes in pkg/8936
(with a few modifications by me) -- thanks!
Diffstat (limited to 'www/ap-Embperl/Makefile')
-rw-r--r-- | www/ap-Embperl/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/ap-Embperl/Makefile b/www/ap-Embperl/Makefile new file mode 100644 index 00000000000..58ea9dc6aeb --- /dev/null +++ b/www/ap-Embperl/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 20:46:35 rh Exp $ +# + +DISTNAME= HTML-Embperl-1.2.0 +PKGNAME= ap-Embperl-1.2.0 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://perl.apache.org/embperl/ + +DEPENDS+= ap-perl-*:../../www/ap-perl +DEPENDS+= p5-HTML-Parser-*:../../www/p5-HTML-Parser + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} \ + ${MAKE_ENV} \ + APACHE_SRC=${PREFIX}/include/httpd \ + APACHE_MODULES=${PREFIX}/lib/httpd \ + APACHE=${PREFIX}/sbin/httpd \ + ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" |