19 lines
374 B
Makefile
Raw Normal View History

2014-10-22 13:44:44 +00:00
# $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
2014-10-22 13:44:44 +00:00
REVISION= 0
CATEGORIES= devel
2014-10-22 13:44:44 +00:00
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-Parse-RecDescent
2013-03-11 10:50:00 +00:00
TEST_DEPENDS= devel/p5-Test-Warn
.include <bsd.port.mk>