c907defb41
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).
11 lines
200 B
Makefile
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>
|