freebsd-ports/security/p5-Crypt-RC4/Makefile
Dmitry Marakasov 4d6002ac38 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-08-31 09:08:14 +00:00

21 lines
392 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Crypt-RC4
PORTVERSION= 2.02
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl implementation of the RC4 encryption algorithm
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>