mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Add LICENSE
- Add WWW - Sort PLIST - Pass maintainership to perl@
This commit is contained in:
parent
e59c463b04
commit
730a2b4bfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389427
3 changed files with 7 additions and 2 deletions
|
@ -8,9 +8,12 @@ CATEGORIES= audio perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Audio manipulation routines for perl
|
COMMENT= Audio manipulation routines for perl
|
||||||
|
|
||||||
|
LICENSE= GPLv2 GPLv3
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Math-GSL>=0:${PORTSDIR}/math/p5-Math-GSL
|
BUILD_DEPENDS= p5-Math-GSL>=0:${PORTSDIR}/math/p5-Math-GSL
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,5 @@ This is the beginnings of Audio manipulation routines for perl.
|
||||||
Currently can load or save Sun/Next .au/.snd files and play them
|
Currently can load or save Sun/Next .au/.snd files and play them
|
||||||
via Network Audio Server (from ftp.x.org) or native /dev/audio
|
via Network Audio Server (from ftp.x.org) or native /dev/audio
|
||||||
on Unices.
|
on Unices.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Audio/
|
||||||
|
|
|
@ -29,5 +29,5 @@ bin/tkscope
|
||||||
%%SITE_ARCH%%/auto/Audio/Data/solve_polynomial.al
|
%%SITE_ARCH%%/auto/Audio/Data/solve_polynomial.al
|
||||||
%%SITE_ARCH%%/auto/Audio/Play/autosplit.ix
|
%%SITE_ARCH%%/auto/Audio/Play/autosplit.ix
|
||||||
%%SITE_ARCH%%/auto/Audio/Play/freebsd/freebsd.so
|
%%SITE_ARCH%%/auto/Audio/Play/freebsd/freebsd.so
|
||||||
%%PERL5_MAN3%%/Audio::Play.3.gz
|
|
||||||
%%PERL5_MAN3%%/Audio::Data.3.gz
|
%%PERL5_MAN3%%/Audio::Data.3.gz
|
||||||
|
%%PERL5_MAN3%%/Audio::Play.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue