freebsd-ports/security/p5-Crypt-OFB/Makefile
Andrej Zverev 45ccac2005 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:08:26 +00:00

19 lines
364 B
Makefile

# Created by: clsung
# $FreeBSD$
PORTNAME= Crypt-OFB
PORTVERSION= 0.01
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Encrypt Data using OFB Mode
BUILD_DEPENDS= p5-Crypt-ECB>=0:${PORTSDIR}/security/p5-Crypt-ECB
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>