freebsd-ports/databases/p5-DBIx-TableHash/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

27 lines
565 B
Makefile

# ex;ts=8
# Ports collection makefile for: DBIx::TableHash
# Date created: Sep 21, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= DBIx-TableHash
PORTVERSION= 1.05
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= DBIx \
../../authors/id/C/CH/CHTHORMAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Tie a hash to a mysql table + SQL utils
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBIx::TableHash.3
.include <bsd.port.mk>