1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-Time-HiRes/Makefile
Sunpoet Po-Chuan Hsieh cd7a0b24fa Update to 1.9758
- Add LICENSE
- Remove Perl core module
- Strip shared library

Changes:	https://metacpan.org/changes/distribution/Time-HiRes
2018-09-13 21:55:56 +00:00

24 lines
476 B
Makefile

# Created by: Stephen J. Roznowski <sjr@home.net>
# $FreeBSD$
PORTNAME= Time-HiRes
PORTVERSION= 1.9758
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module implementing High resolution time, sleep, and alarm
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Time/HiRes/HiRes.so
.include <bsd.port.mk>