cfd9ffcc38
- Bump PORTREVISION for package change
21 lines
448 B
Makefile
21 lines
448 B
Makefile
PORTNAME= Digest-MD2
|
|
PORTVERSION= 2.04
|
|
PORTREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to the MD2 message digest algorithm
|
|
WWW= https://metacpan.org/release/Digest-MD2
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/MD2/MD2.so
|
|
|
|
.include <bsd.port.mk>
|