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

21 lines
470 B
Makefile

# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
# $FreeBSD$
PORTNAME= Crypt-Twofish_PP
PORTVERSION= 0.17
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN \
http://kostjn.spb.ru/freebsd/
PKGNAMEPREFIX= p5-
MAINTAINER= kostjnspb@yandex.ru
COMMENT= The Twofish Algorithm in Pure Perl
BUILD_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>