diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-03-19 13:47:29 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-03-19 13:47:29 +0800 |
commit | 90ca789e5c3d095fbc4e662940add6accccf2271 (patch) | |
tree | 1652e2677655aa2be862a7c73f1806d121a65172 /www/p5-HTML-Embperl/Makefile | |
parent | 78dd5c9d791a411456cc66de52b5d951ef5c6f24 (diff) | |
download | freebsd-ports-gnome-90ca789e5c3d095fbc4e662940add6accccf2271.tar.gz freebsd-ports-gnome-90ca789e5c3d095fbc4e662940add6accccf2271.tar.zst freebsd-ports-gnome-90ca789e5c3d095fbc4e662940add6accccf2271.zip |
A module to allow embedded perl in HTML documents.
PR: ports/17380
Submitted by: frank@exit.com (Frank Mayhar)
Diffstat (limited to 'www/p5-HTML-Embperl/Makefile')
-rw-r--r-- | www/p5-HTML-Embperl/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile new file mode 100644 index 000000000000..1f3b391448e5 --- /dev/null +++ b/www/p5-HTML-Embperl/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-HTML-Embperl +# Version required: 1.3b2 +# Date created: March 13, 2000 +# Whom: Frank Mayhar <frank@exit.com> +# +# $FreeBSD$ +# + +DISTNAME= HTML-Embperl-1.3b2 +PKGNAME= p5-HTML-Embperl-1.3b2 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache + +USE_PERL5= YES + +MAN3= HTML::Embperl.3 HTML::EmbperlD.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${LOCALBASE}/sbin + +.include <bsd.port.mk> |