freebsd-ports/security/p5-Crypt-Rijndael/Makefile
Andrej Zverev ccbf063100 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:17:46 +00:00

21 lines
415 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Crypt-Rijndael
PORTVERSION= 1.11
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
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
MAN3= Crypt::Rijndael.3
.include <bsd.port.mk>