openbsd-ports/www/p5-PSGI/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

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>