freebsd-ports/security/p5-Crypt-Rijndael/Makefile

20 lines
379 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= Crypt-Rijndael
PORTVERSION= 1.11
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module that implements the Rijndael cipher
BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>