1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/p5-Crypt-CipherSaber/Makefile
Sunpoet Po-Chuan Hsieh 33f808932c - Update to 1.01
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Crypt-CipherSaber/Changes
2015-05-24 18:56:21 +00:00

22 lines
411 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Crypt-CipherSaber
PORTVERSION= 1.01
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module providing an OO interface to CipherSaber encryption
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Warn>=0.30:${PORTSDIR}/devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>