17 lines
252 B
Makefile
17 lines
252 B
Makefile
|
COMMENT = Perl implementation of WebSocket protocol
|
||
|
|
||
|
DISTNAME = Protocol-WebSocket-0.26
|
||
|
CATEGORIES = net
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild tiny
|
||
|
CPAN_AUTHOR = VTI
|
||
|
|
||
|
.include <bsd.port.mk>
|