51534f57a6
- Add NO_ARCH Changes: http://search.cpan.org/dist/IO-Async-SSL/Changes
28 lines
695 B
Makefile
28 lines
695 B
Makefile
# Created by: <ports@c0decafe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-Async-SSL
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PEVANS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Use SSL/TLS with IO::Async
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-IO-Async>=0.66:${PORTSDIR}/devel/p5-IO-Async\
|
|
p5-IO-Socket-SSL>=1.968:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= ${LOCALBASE}/bin/socat:${PORTSDIR}/net/socat \
|
|
p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \
|
|
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|