1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/p5-Net-Daemon-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

23 lines
530 B
Makefile

# Created by: Simon Dick <simond@irrelevant.org>
# $FreeBSD$
PORTNAME= Net-Daemon-SSL
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= simond@irrelevant.org
COMMENT= Perl5 extension for portable daemons
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS+= p5-Net-Daemon>=0:net/p5-Net-Daemon \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
RUN_DEPENDS+= p5-Net-Daemon>=0:net/p5-Net-Daemon \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
.include <bsd.port.mk>