aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-TripleDES/Makefile
blob: 8e9fdeeb493eb3371da81c94b9907338e69da3a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: will

PORTNAME=	Crypt-TripleDES
PORTVERSION=	0.24
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Perl module implementing the Triple-DES cipher

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>