mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
18 lines
414 B
Makefile
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>
|