forked from Lainports/freebsd-ports
22 lines
474 B
Makefile
22 lines
474 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= 0.1017
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SQL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wolman@cs.washington.edu
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= SQL::Eval.3 SQL::Statement.3
|
|
|
|
.include <bsd.port.mk>
|