freebsd-ports/devel/p5-CPAN-Perl-Releases/Makefile
Mathieu Arnold 9e067f700c Update to 2.80.
Sponsored by:	Absolight
2016-06-21 15:06:48 +00:00

21 lines
403 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= CPAN-Perl-Releases
PORTVERSION= 2.80
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Map Perl releases to the location of the tarballs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>