freebsd-ports/devel/p5-Time-Clock/Makefile
2021-04-06 16:31:07 +02:00

21 lines
388 B
Makefile

# Created by: Zach Thompson <hideo@lastamericanempire.com>
PORTNAME= Time-Clock
PORTVERSION= 1.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Twenty-four hour clock objects with nanosecond precision
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>