diff options
author | clsung <clsung@FreeBSD.org> | 2008-04-14 12:04:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-04-14 12:04:59 +0800 |
commit | d5726702d13a016f1eb8f76214d95758b44b24ee (patch) | |
tree | 0615e2cd9970475c5767f86089618d4cbc4e91c4 /www/perlbal/Makefile | |
parent | 459634ee49df5db04ca104e24bf7f3e6ab8f565e (diff) | |
download | freebsd-ports-gnome-d5726702d13a016f1eb8f76214d95758b44b24ee.tar.gz freebsd-ports-gnome-d5726702d13a016f1eb8f76214d95758b44b24ee.tar.zst freebsd-ports-gnome-d5726702d13a016f1eb8f76214d95758b44b24ee.zip |
- Update to 1.70
Changes: http://search.cpan.org/dist/Perlbal/CHANGES
Diffstat (limited to 'www/perlbal/Makefile')
-rw-r--r-- | www/perlbal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile index a5fd1229a27e..3e9a1eda099b 100644 --- a/www/perlbal/Makefile +++ b/www/perlbal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Perlbal -PORTVERSION= 1.60 +PORTVERSION= 1.70 CATEGORIES= www MASTER_SITES= http://www.danga.com/dist/Perlbal/ \ http://www.powertrip.co.za/distfiles/danga/ @@ -24,7 +24,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN1= perlbal.1 -MAN3= Perlbal.3 Perlbal::Plugin::Palimg.3 +MAN3= Perlbal.3 Perlbal::Plugin::Palimg.3 \ + Perlbal::Plugin::Cgilike.3 \ + Perlbal::Plugin::Include.3 .include <bsd.port.pre.mk> |