15 lines
267 B
Makefile
15 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:44:50 sthen Exp $
|
|
|
|
COMMENT = __DIR__ constant for the directory your source file is in
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Dir-Self-0.11
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|