freebsd-ports/databases/p5-SQL-Abstract/Makefile
Lars Balker Rasmussen 715a991e79 Update to 1.51
2009-03-29 11:21:44 +00:00

28 lines
653 B
Makefile

# New ports collection makefile for: SQL-Abstract
# Date created: 18 Feb 2003
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= SQL-Abstract
PORTVERSION= 1.51
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Perl extension to generate SQL from Perl data structures
RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
PERL_CONFIGURE= yes
MAN3= SQL::Abstract.3 \
SQL::Abstract::Test.3
post-extract:
@${PERL} -i -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>