mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
20 lines
409 B
Makefile
20 lines
409 B
Makefile
PORTNAME= version
|
|
PORTVERSION= 0.9933
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for Version Objects
|
|
WWW= https://metacpan.org/release/version
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/version/vxs/vxs.so
|
|
|
|
.include <bsd.port.mk>
|