cfbb239b6a
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
20 lines
436 B
Makefile
20 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:57:21 naddy Exp $
|
|
|
|
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
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Install-Repository
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|