7e474008d2
- Update LICENSE Changes: https://github.com/gbxyz/perl-net-epp/commits/master
23 lines
472 B
Makefile
23 lines
472 B
Makefile
PORTNAME= Net-EPP
|
|
PORTVERSION= 0.26
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Client library for the TCP transport for EPP
|
|
WWW= https://metacpan.org/release/Net-EPP
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
|
p5-XML-LibXML>=0:textproc/p5-XML-LibXML
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|