diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-30 05:10:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-30 05:10:58 +0800 |
commit | 3ffc8a3ce42c8283392fae7880e0338192da2de3 (patch) | |
tree | b119a42c35be8f3302ae7ead3c2401782956a908 /textproc | |
parent | df9970a7ba334997c7ca085216456354ec474da7 (diff) | |
download | freebsd-ports-gnome-3ffc8a3ce42c8283392fae7880e0338192da2de3.tar.gz freebsd-ports-gnome-3ffc8a3ce42c8283392fae7880e0338192da2de3.tar.zst freebsd-ports-gnome-3ffc8a3ce42c8283392fae7880e0338192da2de3.zip |
- Add LICENSE
- Add WWW
- Pass maintainership to submitter
- While I'm here:
- Remove test:
- Remove Author line
PR: ports/189111
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Time-Human/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Time-Human/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Time-Human/Makefile b/textproc/p5-Time-Human/Makefile index 4bf0d62d3972..25ac973a5c6e 100644 --- a/textproc/p5-Time-Human/Makefile +++ b/textproc/p5-Time-Human/Makefile @@ -7,13 +7,13 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Convert localtime() format to "speaking clock" time +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -test: build - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test - .include <bsd.port.mk> diff --git a/textproc/p5-Time-Human/pkg-descr b/textproc/p5-Time-Human/pkg-descr index ebde0c3aa5d9..32b196a77f75 100644 --- a/textproc/p5-Time-Human/pkg-descr +++ b/textproc/p5-Time-Human/pkg-descr @@ -4,4 +4,4 @@ From the Time::Human documentation: guage; it's originally intended for text-to-speech applications and other speech-based interfaces. -Author: Simon Cozens <simon@cpan.org> +WWW: http://search.cpan.org/dist/Time-Human/ |