1df2a17147
- Add LICENSE - Strip shared library - Sort PLIST Changes: https://metacpan.org/changes/distribution/Time-Piece
23 lines
484 B
Makefile
23 lines
484 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Time-Piece
|
|
PORTVERSION= 1.3300
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S|00$||}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Time::Piece - Object Oriented time objects
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Time/Piece/Piece.so
|
|
|
|
.include <bsd.port.mk>
|