diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/p5-Audio | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) | |
download | ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip |
Notes
Diffstat (limited to 'audio/p5-Audio')
-rw-r--r-- | audio/p5-Audio/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index fe9a42d3746a..933247bf615f 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Audio -# Date created: 15 September 2003 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Audio PORTVERSION= 1.029 @@ -19,6 +15,7 @@ BUILD_DEPENDS= p5-Math-GSL>=0:${PORTSDIR}/math/p5-Math-GSL RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 +NO_STAGE= yes USE_PERL5= configure MAN3= Audio::Play.3 Audio::Data.3 |