openbsd-ports/sysutils/upt/Makefile
danj c907defb41 Import upt and a couple of plugins, ok landry@
A unified CLI tool that converts a package from a language-specific package
manager (such as PyPI or NPM) to an almost ready-to-use package for Free
Unix-based operating systems (such as a GNU/Linux distribution or *BSD).
2018-04-27 16:33:27 +00:00

11 lines
200 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/04/27 16:33:27 danj Exp $
SUBDIR =
SUBDIR += upt
SUBDIR += upt-cpan
SUBDIR += upt-openbsd
SUBDIR += upt-pypi
SUBDIR += upt-rubygems
.include <bsd.port.subdir.mk>