19 lines
374 B
Makefile
19 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/10/22 13:44:44 jasper Exp $
|
|
|
|
COMMENT= write Perl subroutines in other programming languages
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Inline-0.52
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Parse-RecDescent
|
|
TEST_DEPENDS= devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|