1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/dns/pear-Net_DNS2/Makefile
Po-Chuan Hsieh c60556fc50
dns/pear-Net_DNS2: Install more files
- Bump PORTREVISION for package change

PR:		270822
Reported by:	John Levine <freebsd@m.jl.ly>
2023-12-25 17:03:08 +08:00

31 lines
728 B
Makefile

PORTNAME= Net_DNS2
PORTVERSION= 1.5.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= dns net pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP Resolver library used to communicate with a DNS server
WWW= https://pear.php.net/package/Net_DNS2 \
https://github.com/mikepultz/netdns2
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
USE_GITHUB= yes
GH_ACCOUNT= mikepultz
GH_PROJECT= netdns2
NO_ARCH= yes
PLIST_FILES= ${PEARDIR}/Net/DNS2/Names.php \
${PEARDIR}/Net/DNS2/RR/ZONEMD.php
post-install:
${INSTALL_DATA} ${WRKSRC}/Net/DNS2/Names.php ${STAGEDIR}${PEARDIR}/Net/DNS2/Names.php
${INSTALL_DATA} ${WRKSRC}/Net/DNS2/RR/ZONEMD.php ${STAGEDIR}${PEARDIR}/Net/DNS2/RR/ZONEMD.php
.include <bsd.port.mk>