blob: f515237ce9140acfecf1d6173083405b9d6821e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Authen-DecHpwd
PORTVERSION= 2.007
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for DEC VMS password hashing
LICENSE= GPLv2+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Data-Integer>=0:devel/p5-Data-Integer \
p5-Digest-CRC>=0:security/p5-Digest-CRC \
p5-Scalar-String>=0:devel/p5-Scalar-String
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/DecHpwd/DecHpwd.so
.include <bsd.port.mk>
|