c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# New ports collection makefile for: Crypt-TripleDES
|
|
# Date created: Wed Jan 3 16:20:30 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-TripleDES
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module implementing the Triple-DES cipher
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::TripleDES.3
|
|
|
|
.include <bsd.port.mk>
|