aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Digest-TransformPath/Makefile
blob: 17e97fc33b45581b3131d62aac4e3d616e032ea6 (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-Digest-TransformPath
# Date created:             08 September 2007
# Whom:                 Cory R. King <coryking@mozimedia.com>
#
# $FreeBSD$
#

PORTNAME=   Digest-TransformPath
PORTVERSION=    1.00
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= coryking@mozimedia.com
COMMENT=    Implements the TransformPath concept

BUILD_DEPENDS=  p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS=    p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5

PERL_CONFIGURE= yes

MAN3=       Digest::TransformPath.3

test:   build
    (@cd ${WRKSRC} && make test)

.include <bsd.port.mk>