1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Dmitry Marakasov 4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +00:00

19 lines
319 B
Makefile

# Created by: will
# $FreeBSD$
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>