freebsd-ports/devel/p5-Digest-TransformPath/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

24 lines
574 B
Makefile

# 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
.include <bsd.port.mk>