47112ea618
- update patches ok gsoares@ (maintainer)
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/27 15:45:08 benoit Exp $
|
|
|
|
COMMENT= write Perl subroutines in other programming languages
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Inline-0.52
|
|
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>
|