17 lines
254 B
Makefile
17 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:05 sthen Exp $
|
|
|
|
COMMENT= simple base package from which to inherit
|
|
|
|
DISTNAME= Package-New-0.07
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|