parent
2f73df76f0
commit
9927dd3533
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291306
5 changed files with 29 additions and 0 deletions
|
@ -2688,6 +2688,7 @@
|
|||
SUBDIR += p5-github_creator
|
||||
SUBDIR += p5-iCal-Parser
|
||||
SUBDIR += p5-indirect
|
||||
SUBDIR += p5-latest
|
||||
SUBDIR += p5-lib-abs
|
||||
SUBDIR += p5-libalarm
|
||||
SUBDIR += p5-libxml-enno
|
||||
|
|
22
devel/p5-latest/Makefile
Normal file
22
devel/p5-latest/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-latest
|
||||
# Date created: 2012-02-13
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= latest
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ANDYA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Use the latest Perl features
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= latest.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-latest/distinfo
Normal file
2
devel/p5-latest/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (latest-0.03.tar.gz) = fa65cc20a833cb4e944bb65932b666b3bae0af6e068c2fd5bdf971f6e97137e3
|
||||
SIZE (latest-0.03.tar.gz) = 4199
|
3
devel/p5-latest/pkg-descr
Normal file
3
devel/p5-latest/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Use the latest Perl features
|
||||
|
||||
WWW: http://search.cpan.org/dist/latest/
|
1
devel/p5-latest/pkg-plist
Normal file
1
devel/p5-latest/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%SITE_PERL%%/latest.pm
|
Loading…
Reference in a new issue