openbsd-ports/devel/p5-Inline/Makefile
steven f54864c967 import p5-Inline 0.44
The Inline module allows you to put source code from other programming
languages directly "inline" in a Perl script or module. The code is
automatically compiled as needed, and then loaded for immediate access
from Perl.

from Andreas Bihlmaier <andreas.bihlmaier at gmx.de>
2006-12-08 23:01:17 +00:00

20 lines
421 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/12/08 23:01:17 steven Exp $
COMMENT= "write Perl subroutines in other programming languages"
MODULES= cpan
DISTNAME= Inline-0.44
CATEGORIES= devel
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Parse-RecDescent
.include <bsd.port.mk>