4ef9544c62
WWW: http://search.cpan.org/dist/Crypt-Juniper/ PR: ports/131126 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# New ports collection makefile for: p5-Crypt-Juniper
|
|
# Date created: 2009-01-29
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-Juniper
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= Encrypt and decrypt Juniper $9$ secrets
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Crypt::Juniper.3
|
|
|
|
.include <bsd.port.mk>
|