mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# 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>
|