aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-Manifest/Makefile
blob: 18546eff563160bad89be4ba176a840e93b18bdf (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
# New ports collection makefile for:    p5-Module-Manifest
# Date created:             March 8th 2009
# Whom:                     Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#

PORTNAME=   Module-Manifest
PORTVERSION=    1.08
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= cm@therek.net
COMMENT=    Parse and examine a Perl distribution MANIFEST file

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
        ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception

PERL_CONFIGURE= YES

MAN3=       Module::Manifest.3

.include <bsd.port.mk>