1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-Inline/Makefile
2015-01-03 07:10:54 +00:00

28 lines
643 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Inline
PORTVERSION= 0.78
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write Perl subroutines in other programming languages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \
p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn
PORTSCOUT= limit:^[0-9\.]*$$
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>