aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ResourcePool/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-08 06:50:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-08 06:50:08 +0000
commit32505b04a585becc72007bcf05d81efad9c86cc7 (patch)
tree5afbc426f3aa76867af3ba3c13a13029b515cc1d /devel/p5-ResourcePool/Makefile
parent1f3ce2f54aa6f5af76ddc37fbdd687c923d78be5 (diff)
downloadports-32505b04a585becc72007bcf05d81efad9c86cc7.tar.gz
ports-32505b04a585becc72007bcf05d81efad9c86cc7.zip
Notes
Diffstat (limited to 'devel/p5-ResourcePool/Makefile')
-rw-r--r--devel/p5-ResourcePool/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-ResourcePool/Makefile b/devel/p5-ResourcePool/Makefile
index bb60aaf43683..e7ed4fd46562 100644
--- a/devel/p5-ResourcePool/Makefile
+++ b/devel/p5-ResourcePool/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= ResourcePool
-PORTVERSION= 0.9906
+PORTVERSION= 0.9909
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.fatalmind.com/projects/ResourcePool/
@@ -20,6 +20,8 @@ PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= ResourcePool.3 \
+ ResourcePool::BigPicture.3 \
+ ResourcePool::ExtensionGuide.3 \
ResourcePool::Factory.3 \
ResourcePool::Factory::DBI.3 \
ResourcePool::Factory::Net::LDAP.3 \
@@ -27,6 +29,7 @@ MAN3= ResourcePool.3 \
ResourcePool::Resource.3 \
ResourcePool::Resource::DBI.3 \
ResourcePool::Resource::Net::LDAP.3 \
- ResourcePool::Singleton.3
+ ResourcePool::Singleton.3 \
+ ResourcePool::UML.3
.include <bsd.port.mk>