blob: a30bab1504905974f1a619bf7bdc9b5af89a7a2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: Module::Build::Convert
# Date created: Apr 27 2006
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= Module-Build-Convert
PORTVERSION= 0.43
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Makefile.PL to Build.PL converter
BUILD_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir
PERL_MODBUILD= yes
MAN3= Module::Build::Convert.3
MAN1= make2build.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
|