16 lines
257 B
Makefile
16 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:06 sthen Exp $
|
|
|
|
COMMENT = return an ARGV for running this perl
|
|
|
|
DISTNAME = Perl-Command-0.01
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|