mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
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>
|