19 lines
384 B
Makefile
19 lines
384 B
Makefile
COMMENT = perl Web Server Gateway Interface Specification
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = PSGI-1.102
|
|
CATEGORIES = www
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
CPAN_AUTHOR = MIYAGAWA
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Install-Repository
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|