freebsd-ports/databases/p5-SQL-Abstract/Makefile

26 lines
526 B
Makefile
Raw Normal View History

# New ports collection makefile for: SQL-Abstract
# Date created: 18 Feb 2003
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= SQL-Abstract
2010-06-01 03:51:01 +02:00
PORTVERSION= 1.67
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to generate SQL from Perl data structures
PERL_CONFIGURE= yes
MAN3= SQL::Abstract.3 \
SQL::Abstract::Test.3
post-extract:
2009-05-04 06:16:57 +02:00
@${PERL} -i -ne 'print unless m,^test,' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>