mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cd7a0b24fa
- Add LICENSE - Remove Perl core module - Strip shared library Changes: https://metacpan.org/changes/distribution/Time-HiRes
24 lines
476 B
Makefile
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>
|