- Update LICENSE - Add LICENSE_FILE - Update pkg-descr Changes: https://pear.php.net/package/Net_Socket/download/ https://github.com/pear/Net_Socket/releases
17 lines
293 B
Makefile
17 lines
293 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
PORTNAME= Net_Socket
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR Network Socket Interface
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|