freebsd-ports/devel/p5-Object-Enum/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

28 lines
721 B
Makefile

# New ports collection makefile for: Object-Enum
# Date created: 21 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Object-Enum
PORTVERSION= 0.07.2
DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/}
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Replacement for if ($$foo eq 'bar')
RUN_DEPENDS= p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS:= ${RUN_DEPENDS}
MAN3= Object::Enum.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>