15 lines
276 B
Makefile
15 lines
276 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:00 sthen Exp $
|
|
|
|
COMMENT = automatically give your module the ability to have plugins
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Module-Pluggable-5.2
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|