mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
18 lines
402 B
Makefile
18 lines
402 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/security/p5-Crypt-OpenSSL-Guess/Makefile 467505 2018-04-16 18:32:51Z sunpoet $
|
|
|
|
PORTNAME= Crypt-OpenSSL-Guess
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Guess OpenSSL include path
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|