diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 10:06:03 +0000 |
commit | 49ac0257b583fca37768b7bd375c8e04dd766b2c (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/p5-Net-LibLO | |
parent | 993c8c265e497561b44b4090a45d2e34a3ef5010 (diff) | |
download | ports-49ac0257b583fca37768b7bd375c8e04dd766b2c.tar.gz ports-49ac0257b583fca37768b7bd375c8e04dd766b2c.zip |
Notes
Diffstat (limited to 'audio/p5-Net-LibLO')
-rw-r--r-- | audio/p5-Net-LibLO/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/p5-Net-LibLO/Makefile b/audio/p5-Net-LibLO/Makefile index ebf997470733..9ad25c1079d8 100644 --- a/audio/p5-Net-LibLO/Makefile +++ b/audio/p5-Net-LibLO/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net::LibLO -# Date created: 01 May 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-LibLO PORTVERSION= 0.06 @@ -17,8 +13,8 @@ COMMENT= Perl extension for liblo Lightweight OSC library LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo -PERL_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig perl5 +USE_PERL5= configure MAN3= \ Net::LibLO.3 \ |