2012-04-08 03:36:14 +02:00
|
|
|
# New ports collection makefile for: p5-CPAN-Perl-Releases
|
|
|
|
# Date created: 2012-04-07
|
|
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CPAN-Perl-Releases
|
2012-09-22 09:46:11 +02:00
|
|
|
PORTVERSION= 0.70
|
2012-04-08 03:36:14 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Perl module for mapping Perl releases to the location of the tarballs
|
|
|
|
|
2012-05-12 10:23:48 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-04-08 03:36:14 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2012-05-22 18:18:03 +02:00
|
|
|
MAN3= CPAN::Perl::Releases.3
|
2012-04-08 03:36:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|