f85cbd3bac
PR: ports/163202 Submitted by: sunpoet Approved by: maintainer timeout (lippe ; 58 days) Changes: http://search.cpan.org/dist/ExtUtils-Manifest/Changes
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# New ports collection makefile for: p5-ExtUtils-Manifest
|
|
# Date created: 2008-02-11
|
|
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ExtUtils-Manifest
|
|
PORTVERSION= 1.60
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:FLORA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
|
COMMENT= Utilities to write and check a MANIFEST file
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ExtUtils::Manifest.3
|
|
|
|
.include <bsd.port.mk>
|