16 lines
226 B
Makefile
16 lines
226 B
Makefile
COMMENT = find the path to your perl
|
|
|
|
DISTNAME = Devel-FindPerl-0.016
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|