diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
| commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
| tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /databases/p5-SQL-Interp/Makefile | |
| parent | - Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff) | |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
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 |
