|
Lines 1-9
Link Here
|
| 1 |
# New ports collection makefile for: p5-PPIx-Regexp |
1 |
# Created by: Ashish SHUKLA <wahjava@gmail.com> |
| 2 |
# Date created: 2010-05-25 |
|
|
| 3 |
# Whom: Ashish SHUKLA <wahjava@gmail.com> |
| 4 |
# |
| 5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 6 |
# |
|
|
| 7 |
|
3 |
|
| 8 |
PORTNAME= PPIx-Regexp |
4 |
PORTNAME= PPIx-Regexp |
| 9 |
PORTVERSION= 0.029 |
5 |
PORTVERSION= 0.029 |
|
Lines 81-90
Link Here
|
| 81 |
PPIx::Regexp::Tokenizer.3 \ |
77 |
PPIx::Regexp::Tokenizer.3 \ |
| 82 |
PPIx::Regexp::Util.3 |
78 |
PPIx::Regexp::Util.3 |
| 83 |
|
79 |
|
| 84 |
.include <bsd.port.pre.mk> |
80 |
.include <bsd.port.mk> |
| 85 |
|
|
|
| 86 |
.if ${PERL_LEVEL} < 501001 |
| 87 |
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple |
| 88 |
.endif |
| 89 |
|
| 90 |
.include <bsd.port.post.mk> |