summaryrefslogtreecommitdiff
path: root/lang/eperl
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-05-03 12:36:05 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-05-03 12:36:05 +0000
commit115828247e17ca4ad0de7ec99b21a1143de98968 (patch)
treeff5eb2006f08d880c7d59746b0f3215ba930a9f8 /lang/eperl
parentenabled new port star (diff)
Backed out my changes based on the missassumption, that SSSL has
something to deal with SSL ;-) Reordered master sites, put http address before ftp, because the ftp server's address might change soon. PR: Reviewed by: Submitted by: the author Obtained from:
Notes
Notes: svn path=/head/; revision=6389
Diffstat (limited to 'lang/eperl')
-rw-r--r--lang/eperl/Makefile8
-rw-r--r--lang/eperl/pkg-plist1
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile
index 77744ccccf41..3ed5dcf0d22d 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 159c8013c0a7..ad798f4eeb0e 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