freebsd-ports/devel/p5-Version-Requirements/Makefile
Wen Heping eeca6517fa Version::Requirements object models a set of version constraints like those
specified in the META.yml or META.json files in CPAN distributions. It can
be built up by adding more and more constraints, and it will reduce them to
the simplest representation.

WWW: http://search.cpan.org/dist/Version-Requirements/

PR:		ports/145881
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-04-29 06:17:49 +00:00

25 lines
578 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.101020
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= jupengfei@gmail.com
COMMENT= A set of version requirements for a CPAN dist
BUILD_DEPENDS= p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Version::Requirements.3
.include <bsd.port.mk>