freebsd-ports/textproc/p5-Time-Human/Makefile
Sunpoet Po-Chuan Hsieh 58e9a05f25 - 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>
2014-04-29 21:10:58 +00:00

19 lines
358 B
Makefile

# Created by: Peter Pentchev <roam@FreeBSD.org>
# $FreeBSD$
PORTNAME= Time-Human
PORTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Convert localtime() format to "speaking clock" time
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>