mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
26f58ed1c0
and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# Created by: Michael Haro <mharo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-RIPEMD160
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= RIPEMD-160 message digest algorithm
|
|
|
|
LICENSE= ART20 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so
|
|
|
|
.include <bsd.port.mk>
|