22 lines
369 B
Makefile
22 lines
369 B
Makefile
COMMENT = rc file (dotfile) management
|
|
|
|
DISTNAME = rcm-1.3.4
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://thoughtbot.github.io/rcm/
|
|
|
|
MAINTAINER = Mike Burns <mike+openbsd@mike-burns.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = 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>
|