mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e3ddec92ef
PR: ports/102633 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: aaron (maintainer, EBUSY blanket)
36 lines
977 B
Makefile
36 lines
977 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
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Object
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}0
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= Replacement for if ($$foo eq 'bar')
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Sub/Install.pm:${PORTSDIR}/devel/p5-Sub-Install \
|
|
${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \
|
|
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MAN3= Object::Enum.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
IGNORE= requires Perl 5.6.1 or later due to dependencies. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|