2009-02-04 13:46:38 +01:00
|
|
|
# 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
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2009-02-04 13:46:38 +01:00
|
|
|
|
|
|
|
MAN3= Crypt::Juniper.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|