16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:05 sthen Exp $
|
|
|
|
COMMENT = a simple class to create simple roles
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Role-Basic-0.13
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CPAN_AUTHOR = OVID
|
|
|
|
.include <bsd.port.mk>
|