New port: p5-version.
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>
This commit is contained in:
parent
4e9c298af1
commit
df1548aee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87842
5 changed files with 37 additions and 0 deletions
|
@ -770,6 +770,7 @@
|
|||
SUBDIR += p5-Want
|
||||
SUBDIR += p5-enum
|
||||
SUBDIR += p5-mixin
|
||||
SUBDIR += p5-version
|
||||
SUBDIR += p65
|
||||
SUBDIR += parrot
|
||||
SUBDIR += patch
|
||||
|
|
25
devel/p5-version/Makefile
Normal file
25
devel/p5-version/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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>
|
1
devel/p5-version/distinfo
Normal file
1
devel/p5-version/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (version-0.29.tar.gz) = e7a97c88b363bc1c9297b1875958baa3
|
3
devel/p5-version/pkg-descr
Normal file
3
devel/p5-version/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
7
devel/p5-version/pkg-plist
Normal file
7
devel/p5-version/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/version.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/version/AlphaBeta.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/version/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/version/version.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/version/version.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/version
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/version
|
Loading…
Reference in a new issue