diff options
author | mat <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /net/p5-Net-Appliance-Phrasebook | |
parent | 16bdaae92136c316b9043fffbf5fb4438dce004e (diff) | |
download | FreeBSD-ports-f47f83f9c8923b3b0f740482331aab0d0aa669e9.zip FreeBSD-ports-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.gz |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'net/p5-Net-Appliance-Phrasebook')
-rw-r--r-- | net/p5-Net-Appliance-Phrasebook/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Net-Appliance-Phrasebook/Makefile b/net/p5-Net-Appliance-Phrasebook/Makefile index ad76026..ce61ef6 100644 --- a/net/p5-Net-Appliance-Phrasebook/Makefile +++ b/net/p5-Net-Appliance-Phrasebook/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net/p5-Net-Appliance-Phrasebook -# Date created: 05 May 2010 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-Appliance-Phrasebook PORTVERSION= 2.103.642 @@ -24,7 +20,8 @@ RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheri p5-Data-Phrasebook-Loader-YAML>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook-Loader-YAML \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Appliance::Phrasebook.3 |