1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/security/p5-Crypt-RC4/Makefile
Andrej Zverev 9ec58fca21 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:42:48 +00:00

17 lines
321 B
Makefile

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