mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
21 lines
353 B
Makefile
21 lines
353 B
Makefile
COMMENT= Perl interface to the Registration Data Access Protocol
|
|
|
|
MODULES= cpan
|
|
PKGNAME= rdapper-1.10
|
|
DISTNAME= App-${PKGNAME}
|
|
CATEGORIES= net
|
|
PKG_ARCH= *
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= converters/p5-JSON \
|
|
net/p5-Net-ASN \
|
|
net/p5-Net-DNS \
|
|
net/p5-Net-IP \
|
|
net/p5-Net-RDAP \
|
|
devel/p5-Term-Size \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|