1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/p5-Audio-Ecasound/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

19 lines
347 B
Makefile

# $FreeBSD$
PORTNAME= Audio-Ecasound
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for ecasound sampler, recorder, fx-processor
BUILD_DEPENDS= libecasoundc-config:audio/ecasound
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>