mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
27 lines
512 B
Makefile
27 lines
512 B
Makefile
COMMENT= Perl interface to the Registration Data Access Protocol
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= GBROWN
|
|
PKGNAME= rdapper-1.24
|
|
DISTNAME= App-${PKGNAME}
|
|
CATEGORIES= net
|
|
PKG_ARCH= *
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
BUILD_DEPENDS= devel/p5-File-ShareDir-Install
|
|
|
|
RUN_DEPENDS= devel/p5-File-ShareDir \
|
|
converters/p5-JSON \
|
|
devel/p5-Locale-Maketext-Gettext \
|
|
net/p5-Net-ASN \
|
|
net/p5-Net-DNS \
|
|
net/p5-Net-IDN-PP \
|
|
net/p5-Net-IP \
|
|
net/p5-Net-RDAP>=0.41 \
|
|
devel/p5-Term-Size \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|