18 lines
363 B
Makefile
18 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:18 espie Exp $
|
|
|
|
COMMENT= write Perl subroutines in other programming languages
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Inline-0.48
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Parse-RecDescent
|
|
TEST_DEPENDS= devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|