diff options
-rw-r--r-- | lang/eperl/Makefile | 8 | ||||
-rw-r--r-- | lang/eperl/pkg-plist | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 77744cc..3ed5dcf 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,13 +3,13 @@ # Date created: Fri May 2 13:16:31 MET DST 1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id$ +# $Id: Makefile,v 1.4 1997/05/03 07:54:53 andreas Exp $ # DISTNAME= eperl-2.1.1 CATEGORIES= lang www perl5 -MASTER_SITES= ftp://ftp.engelschall.com/sw/ \ - http://www.engelschall.com/sw/eperl/distrib/ +MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ \ + ftp://ftp.engelschall.com/sw/ MAINTAINER= rse@engelschall.com @@ -21,7 +21,7 @@ MAINTAINER= rse@engelschall.com # owner of the executed script when operating # as a SSSL. Implies usage of SetUID bit! # -#INSTALL_ALSO_AS_SSSL= yes # apache's SSL port is currently marked BROKEN +INSTALL_ALSO_AS_SSSL= yes #ENABLE_UID_SWITCHING= yes BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 diff --git a/lang/eperl/pkg-plist b/lang/eperl/pkg-plist index 159c801..ad798f4 100644 --- a/lang/eperl/pkg-plist +++ b/lang/eperl/pkg-plist @@ -1,4 +1,5 @@ bin/eperl +www/cgi-bin/nph-eperl man/man1/eperl.1 @exec echo "AddType application/x-httpd-eperl .phtml .eperl .epl" >>%D/etc/apache/srm.conf @exec echo "Action application/x-httpd-eperl /cgi-bin/nph-eperl" >>%D/etc/apache/srm.conf |