freebsd-ports/databases/p5-SQL-Statement/Makefile
Lars Thegler 52e36d358e Change of email address.
Approved by:	erwin (mentor)
2004-06-01 12:32:33 +00:00

33 lines
862 B
Makefile

# New ports collection makefile for: p5-SQL-Statement
# Date created: August 8th, 1999
# Whom: wolman@cs.washington.edu
#
# $FreeBSD$
#
PORTNAME= SQL-Statement
PORTVERSION= 1.09
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SQL
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A perl5 module for SQL parsing and processing
PERL_CONFIGURE= yes
MAN3= SQL::Dialects::ANSI.3 SQL::Dialects::AnyData.3 \
SQL::Dialects::CSV.3 SQL::Eval.3 SQL::Parser.3 SQL::Statement.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
# make PREFIX-clean under perl 5.005_03
# remove DOS line-endings that confuses poor old pod2man
post-configure:
${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
${PERL} -pi -e 's,\r\n,\n,' `${FIND} ${WRKSRC} -type f`
.endif
.include <bsd.port.post.mk>