blob: 3af211d691d1f1d8cc3cf5fdf0cdd11ad0fa3d4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3
.include <bsd.port.mk>
|