58e9a05f25
- 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>
19 lines
358 B
Makefile
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>
|