freebsd-ports/databases/p5-SQL-Statement/Makefile
Steve Price ba1c5dc3dd Update to version 0.1016.
PR:		15154
Submitted by:	maintainer
1999-12-23 16:00:56 +00:00

25 lines
579 B
Makefile

# New ports collection makefile for: p5-SQL-Statement
# Version required: 0.1016
# Date created: August 8th, 1999
# Whom: wolman@cs.washington.edu
#
# $FreeBSD$
#
DISTNAME= SQL-Statement-0.1016
PKGNAME= p5-SQL-Statement-0.1016
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SQL
MAINTAINER= wolman@cs.washington.edu
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= SQL::Eval.3 SQL::Statement.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>