freebsd-ports/security/p5-Crypt-CBC/Makefile
Dmitry Marakasov c45eed4d86 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-03-05 09:03:06 +00:00

20 lines
364 B
Makefile

# Created by: Mark Murray <markm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt-CBC
PORTVERSION= 2.33
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Cipher Block Chaining with DES and IDEA
LICENSE= ART10
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>