1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/pear-Net_NNTP/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

18 lines
414 B
Makefile

# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
PORTNAME= Net_NNTP
PORTVERSION= 1.5.0
PORTEPOCH= 1
CATEGORIES= net news pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR implementation of the NNTP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
USES= pear
.include <bsd.port.mk>