1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/p5-IO-Async-SSL/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
622 B
Makefile

# Created by: <ports@c0decafe.net>
# $FreeBSD$
PORTNAME= IO-Async-SSL
PORTVERSION= 0.19
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Use SSL/TLS with IO::Async
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Future>=0.33:devel/p5-Future \
p5-IO-Async>=0.66:devel/p5-IO-Async\
p5-IO-Socket-SSL>=1.968:security/p5-IO-Socket-SSL
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Identity>=0:devel/p5-Test-Identity \
p5-Test-Pod>=1:devel/p5-Test-Pod \
socat:net/socat
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>