diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:57:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:57:26 +0800 |
commit | 51779f07a3b375dc0408e14a4e39332755865737 (patch) | |
tree | 0d40edc5458e76e9b74373c2d164cbd89826bff1 /www | |
parent | e4e4944abd3e4bc5939e9bf703c9bfa914d50643 (diff) | |
download | freebsd-ports-gnome-51779f07a3b375dc0408e14a4e39332755865737.tar.gz freebsd-ports-gnome-51779f07a3b375dc0408e14a4e39332755865737.tar.zst freebsd-ports-gnome-51779f07a3b375dc0408e14a4e39332755865737.zip |
- Add LICENSE
- Add NO_ARCH
- Reformat pkg-descr
- Use single space after WWW:
- Pass maintainership to perl@
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-TinySong/Makefile | 6 | ||||
-rw-r--r-- | www/p5-WWW-TinySong/pkg-descr | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/www/p5-WWW-TinySong/Makefile b/www/p5-WWW-TinySong/Makefile index 2145e8630fb1..75c17fbe0656 100644 --- a/www/p5-WWW-TinySong/Makefile +++ b/www/p5-WWW-TinySong/Makefile @@ -8,13 +8,17 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Get free music links from tinysong.com +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-WWW-TinySong/pkg-descr b/www/p5-WWW-TinySong/pkg-descr index b93f6c6b9b8b..e97a20eceed1 100644 --- a/www/p5-WWW-TinySong/pkg-descr +++ b/www/p5-WWW-TinySong/pkg-descr @@ -1,7 +1,6 @@ -tinysong.com is a web app that can be queried for a -song and returns a tiny URL, allowing you to listen -to the song for free online and share it with friends. -TinySong is a Perl interface to this service, allowing -you to programmatically search its underlying database. +tinysong.com is a web app that can be queried for a song and returns a tiny URL, +allowing you to listen to the song for free online and share it with friends. +TinySong is a Perl interface to this service, allowing you to programmatically +search its underlying database. -WWW: http://search.cpan.org/dist/WWW-TinySong/ +WWW: http://search.cpan.org/dist/WWW-TinySong/ |