opnsense-ports/net/pear-Net_NNTP/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

17 lines
389 B
Makefile

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