mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6fb6597c89
With hat: perl
22 lines
398 B
Makefile
22 lines
398 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= yes
|
|
|
|
MAN3= Cisco::Hash.3
|
|
|
|
.include <bsd.port.mk>
|