openbsd-ports/net/p5-GRID-Machine/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

21 lines
373 B
Makefile

# $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:51 naddy Exp $
COMMENT = Remote Procedure Calls over a SSH link
MODULES = cpan
PKG_ARCH = *
DISTNAME = GRID-Machine-0.127
REVISION = 0
CATEGORIES = net sysutils
CPAN_AUTHOR = CASIANO
MAINTAINER = Okan Demirmen <okan@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Module-Which
.include <bsd.port.mk>