16 lines
250 B
Makefile
16 lines
250 B
Makefile
COMMENT = PSGI handler for HTTP::Server::Simple
|
|
|
|
DISTNAME = HTTP-Server-Simple-PSGI-0.16
|
|
CATEGORIES = www
|
|
REVISION = 0
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = www/p5-HTTP-Server-Simple
|
|
|
|
.include <bsd.port.mk>
|