mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
17 lines
341 B
Makefile
17 lines
341 B
Makefile
# $FreeBSD: head/security/p5-Crypt-Format/Makefile 433291 2017-02-04 09:07:53Z pi $
|
|
|
|
PORTNAME= Crypt-Format
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Conversion utilities for encryption applications
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|