2006-07-11 21:55:42 +02:00
|
|
|
# New ports collection makefile for: p5-Audio-Beep
|
|
|
|
# Date created: 2006-07-11
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Audio-Beep
|
|
|
|
PORTVERSION= 0.11
|
|
|
|
CATEGORIES= audio perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-11 21:55:42 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-02-25 02:30:12 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-07-11 21:55:42 +02:00
|
|
|
COMMENT= A module to use your computer beeper in fancy ways
|
|
|
|
|
2012-01-29 15:08:05 +01:00
|
|
|
BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep
|
|
|
|
RUN_DEPENDS= beep:${PORTSDIR}/audio/beep
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-07-11 21:55:42 +02:00
|
|
|
|
|
|
|
MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|