diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
commit | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /databases/p5-SQL-Interp | |
parent | 16bdaae92136c316b9043fffbf5fb4438dce004e (diff) | |
download | freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.gz freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.zst freebsd-ports-gnome-f47f83f9c8923b3b0f740482331aab0d0aa669e9.zip |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'databases/p5-SQL-Interp')
-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 |