openbsd-ports/sysutils/rcm/Makefile
rsadowski 8769d4d59b Update to rcm-1.3.1
Same patch from maintainer Mike Burns mike+openbsd <at> mike-burns.com with
addition NO_TEST from me. Thanks!

ok sthen@, "looks okay" @landry
2017-05-15 15:10:27 +00:00

24 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.3 2017/05/15 15:10:27 rsadowski Exp $
COMMENT = rc file (dotfile) management
DISTNAME = rcm-1.3.1
CATEGORIES = sysutils
HOMEPAGE = https://thoughtbot.github.io/rcm/
MAINTAINER = Mike Burns <mike+openbsd@mike-burns.com>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://thoughtbot.github.io/rcm/dist/
CONFIGURE_STYLE = gnu
# XXX The test suite uses cram.
NO_TEST = Yes
.include <bsd.port.mk>