blob: d2f345572236f7b4f9e2cae3fa8692fd9da63f57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Crypt-Juniper
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Encrypt and decrypt Juniper $9$ secrets
WWW= https://metacpan.org/release/Crypt-Juniper
TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|