mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4b23ff6af7
PR: ports/135730 Approved by: maintainer (lbr) Submitted by: myself (pgollucci@)
28 lines
601 B
Makefile
28 lines
601 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.56
|
|
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
|
|
|
|
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>
|