20 lines
416 B
Makefile
20 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:06 merdely 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>
|