Lines 1-25
Link Here
|
1 |
# New ports collection makefile for: Inline |
1 |
# Created by: Sergey Skvortsov <skv@protey.ru> |
2 |
# Date created: 14 Dec 2001 |
|
|
3 |
# Whom: Sergey Skvortsov <skv@protey.ru> |
4 |
# |
5 |
# $FreeBSD: ports/devel/p5-Inline/Makefile,v 1.19 2012/11/17 05:56:19 svnexp Exp $ |
2 |
# $FreeBSD: ports/devel/p5-Inline/Makefile,v 1.19 2012/11/17 05:56:19 svnexp Exp $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= Inline |
4 |
PORTNAME= Inline |
9 |
PORTVERSION= 0.50 |
5 |
PORTVERSION= 0.51 |
10 |
CATEGORIES= devel perl5 |
6 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
7 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= CPAN:SISYPHUS |
8 |
MASTER_SITE_SUBDIR= CPAN:SISYPHUS |
13 |
PKGNAMEPREFIX= p5- |
9 |
PKGNAMEPREFIX= p5- |
|
|
10 |
DISTNAME= ${PORTNAME}-${PORTVERSION}_03 |
14 |
|
11 |
|
15 |
MAINTAINER= perl@FreeBSD.org |
12 |
MAINTAINER= perl@FreeBSD.org |
16 |
COMMENT= Write Perl subroutines in other programming languages |
13 |
COMMENT= Write Perl subroutines in other programming languages |
17 |
|
14 |
|
18 |
BUILD_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent |
15 |
RUN_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
16 |
TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files |
20 |
|
|
|
21 |
TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \ |
22 |
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn |
23 |
|
17 |
|
24 |
PERL_CONFIGURE= yes |
18 |
PERL_CONFIGURE= yes |
25 |
|
19 |
|