22 lines
401 B
Makefile
22 lines
401 B
Makefile
|
# 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>
|