mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9528f1c27f
PR: ports/102769 Submitted by: leeym
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# New ports collection makefile for: devel/p5-version
|
|
# Date created: Aug 27 2003
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= version
|
|
PORTVERSION= 0.67.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/J/JP/JPEACOCK
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Perl extension for Version Objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= version.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
# requires Perl 5.00504
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|