diff options
Diffstat (limited to 'databases/p5-SQL-Interp/Makefile')
-rw-r--r-- | databases/p5-SQL-Interp/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-SQL-Interp/Makefile b/databases/p5-SQL-Interp/Makefile index f5e9e503e328..99e7f1e64f9d 100644 --- a/databases/p5-SQL-Interp/Makefile +++ b/databases/p5-SQL-Interp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SQL-Interp -# Date created: 16 Jan 2008 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SQL-Interp PORTVERSION= 1.21 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \ RUN_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Interp.3 SQL::Interp.3 |