diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-11 19:55:42 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-11 19:55:42 +0000 |
commit | e0d79b1619ad0161322cbb197010fc44976cd446 (patch) | |
tree | 4392f1b6c54dbc521274899c02a8f2317e1262b7 /audio/p5-Audio-Beep | |
parent | 3cc6293bbeb57818d7a9228a6ed0e819e8780d16 (diff) | |
download | ports-e0d79b1619ad0161322cbb197010fc44976cd446.tar.gz ports-e0d79b1619ad0161322cbb197010fc44976cd446.zip |
Notes
Diffstat (limited to 'audio/p5-Audio-Beep')
-rw-r--r-- | audio/p5-Audio-Beep/Makefile | 28 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/distinfo | 3 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/pkg-descr | 4 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/pkg-plist | 10 |
4 files changed, 45 insertions, 0 deletions
diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile new file mode 100644 index 000000000000..86c705bb676e --- /dev/null +++ b/audio/p5-Audio-Beep/Makefile @@ -0,0 +1,28 @@ +# 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 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Audio +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= A module to use your computer beeper in fancy ways + +PERL_CONFIGURE= yes + +MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/audio/p5-Audio-Beep/distinfo b/audio/p5-Audio-Beep/distinfo new file mode 100644 index 000000000000..838c65622e4d --- /dev/null +++ b/audio/p5-Audio-Beep/distinfo @@ -0,0 +1,3 @@ +MD5 (Audio-Beep-0.11.tar.gz) = 6956a8749c8dbdcbd44577f7900e85dc +SHA256 (Audio-Beep-0.11.tar.gz) = 6f965e66f16b93496b16063c7cd98289c50c429e4f4ac5bd5f199c39e5e93124 +SIZE (Audio-Beep-0.11.tar.gz) = 34318 diff --git a/audio/p5-Audio-Beep/pkg-descr b/audio/p5-Audio-Beep/pkg-descr new file mode 100644 index 000000000000..e4042c8b76ec --- /dev/null +++ b/audio/p5-Audio-Beep/pkg-descr @@ -0,0 +1,4 @@ +A module to use your computer beeper in fancy ways. + +Author: Giulio Motta <giulienk@cpan.org> +WWW: http://search.cpan.org/dist/Audio-Beep/ diff --git a/audio/p5-Audio-Beep/pkg-plist b/audio/p5-Audio-Beep/pkg-plist new file mode 100644 index 000000000000..15090a5a2703 --- /dev/null +++ b/audio/p5-Audio-Beep/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Beep/.packlist +%%SITE_PERL%%/Audio/Beep.pm +%%SITE_PERL%%/Audio/Beep.pod +%%SITE_PERL%%/Audio/Beep/BSD/beep.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Beep +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio +@dirrmtry %%SITE_PERL%%/Audio/Beep/BSD +@dirrmtry %%SITE_PERL%%/Audio/Beep +@dirrmtry %%SITE_PERL%%/Audio |