freebsd-ports/security/p5-Crypt-Juniper/Makefile
Steve Wills 0e1d038bc9 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-08 23:18:06 +00:00

24 lines
527 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
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Crypt::Juniper.3
.include <bsd.port.mk>