freebsd-ports/security/p5-Crypt-Rabbit/Makefile
Steven Kreuzer 06ad3b4467 Fix build on versions of FreeBSD that don't have gcc as the default
compiler, remove the flag schedule-insns2 passed to cc
2014-04-04 15:11:43 +00:00

18 lines
307 B
Makefile

# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-Rabbit
PORTVERSION= 1.0.0
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl extension for Rabbit stream cipher
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>