freebsd-ports/security/p5-Crypt-Rijndael/Makefile
Dmitry Marakasov 92fc0ba625 - Add LICENSE
Approved by:	portmgr blanket
2018-04-24 09:03:47 +00:00

22 lines
415 B
Makefile

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