summaryrefslogtreecommitdiff
path: root/databases/WWWdb
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-02 17:54:43 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-02 17:54:43 +0000
commit5382b797798cc96be201ca78248d644ac5b3b00a (patch)
treefe83ab31c4e9d97d9055c23592d46eae2d27198b /databases/WWWdb
parentCatch up with the latest CVS, fix the charset/locale stuff. Bump the (diff)
- Remove old Perl support from unmaintained ports in categories starting
with letter b-f
Notes
Notes: svn path=/head/; revision=189024
Diffstat (limited to 'databases/WWWdb')
-rw-r--r--databases/WWWdb/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/WWWdb/Makefile b/databases/WWWdb/Makefile
index 4350ecbdf545..0a5cbf639cc3 100644
--- a/databases/WWWdb/Makefile
+++ b/databases/WWWdb/Makefile
@@ -18,12 +18,6 @@ PERL_CONFIGURE= yes
MAN3= WWWdb::Base.3 WWWdb::DbSession.3 WWWdb::List.3 \
WWWdb::Session.3 WWWdb::Plugin.3 WWWdb::Hash.3 \
- WWWdb::HTML.3
+ WWWdb::HTML.3 WWWdb::ConfigFile.3 WWWdb::ConfigPool.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500600
-MAN3+= WWWdb::ConfigFile.3 WWWdb::ConfigPool.3
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>