aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Cisco-Hash/Makefile
blob: 4de2ade332c7dd3ed70b69d4aa6f2a76df003acf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-Cisco-Hash
# Date created:     2008-02-10
# Whom:         Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   Cisco-Hash
PORTVERSION=    0.02
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= snowfly@yuntech.edu.tw
COMMENT=    De- and encrypts Cisco type 7 hashes

PERL_CONFIGURE= 5.8.0+

MAN3=       Cisco::Hash.3

.include <bsd.port.mk>