mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
37 lines
894 B
Makefile
37 lines
894 B
Makefile
# New ports collection makefile for: p5-Version-Requirements
|
|
# Date created: April 20 2010
|
|
# Whom: jupengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Version-Requirements
|
|
PORTVERSION= 0.101022
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A set of version requirements for a CPAN dist
|
|
|
|
DEPRECATED= Use CPAN::Meta::Requirements (devel/p5-CPAN-Meta >= 2.113640), which is a drop-in replacement
|
|
EXPIRATION_DATE= 2012-03-01
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Version::Requirements.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version
|
|
RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version
|
|
.endif
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|