diff options
Diffstat (limited to 'databases/p5-DBIx-TableHash/Makefile')
-rw-r--r-- | databases/p5-DBIx-TableHash/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/p5-DBIx-TableHash/Makefile b/databases/p5-DBIx-TableHash/Makefile index c5d1edab8b25..8f7958a1bd7e 100644 --- a/databases/p5-DBIx-TableHash/Makefile +++ b/databases/p5-DBIx-TableHash/Makefile @@ -1,14 +1,9 @@ -# ex;ts=8 -# Ports collection makefile for: DBIx::TableHash -# Date created: Sep 21, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= DBIx-TableHash -PORTVERSION= 1.05 CATEGORIES= databases perl5 +PORTVERSION= 1.05 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHTHORMAN PKGNAMEPREFIX= p5- @@ -19,7 +14,8 @@ COMMENT= Tie a hash to a MySQL table + SQL utils BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::TableHash.3 |