freebsd-ports/audio/p5-Audio-Beep/Makefile
2013-11-01 02:28:24 +00:00

19 lines
397 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Audio-Beep
PORTVERSION= 0.11
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to use your computer beeper in fancy ways
BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep
RUN_DEPENDS= beep:${PORTSDIR}/audio/beep
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>