diff options
author | seanc <seanc@FreeBSD.org> | 2004-01-23 05:16:20 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2004-01-23 05:16:20 +0000 |
commit | 004c0db1a8e72968f7a03e4d76b0516af6bef6ac (patch) | |
tree | d3620f8fd3f3faf5ecfa3e609e2695e760b6550b /net | |
parent | 9570408e1791c2fc7c9a43924513805f3c5c7df7 (diff) | |
download | FreeBSD-ports-004c0db1a8e72968f7a03e4d76b0516af6bef6ac.zip FreeBSD-ports-004c0db1a8e72968f7a03e4d76b0516af6bef6ac.tar.gz |
Require perl 5.8 or higher for building. This should fix packaging on
4.x. Bump revision.
Reported by: bento/kris (a.k.a. krento)
Diffstat (limited to 'net')
-rw-r--r-- | net/openreg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openreg/Makefile b/net/openreg/Makefile index f471759..297815a 100644 --- a/net/openreg/Makefile +++ b/net/openreg/Makefile @@ -7,6 +7,7 @@ PORTNAME= openreg PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= openreg @@ -26,6 +27,7 @@ POSTGRESQL_PORT?= databases/postgresql7 USE_OPENSSL= YES USE_PERL5= YES GNU_CONFIGURE= YES +PERL_LEVEL= 500800 post-install: @${MKDIR} ${DOCSDIR} ;\ |