mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
df1548aee1
This module implements overloaded version objects for all versions of Perl, including all of the features of version objects which will be part of Perl 5.10.0 except automatic v-string handling. Submitted by: Autrijus Tang <autrijus@autrijus.org>
26 lines
589 B
Makefile
26 lines
589 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.29
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/J/JP/JPEACOCK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= autrijus@autrijus.org
|
|
COMMENT= Perl extension for Version Objects
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= version.3 version::AlphaBeta.3
|
|
|
|
.include <bsd.port.mk>
|