23 lines
391 B
Makefile
23 lines
391 B
Makefile
|
# 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>
|