20 lines
402 B
Makefile
20 lines
402 B
Makefile
# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ExtUtils-Manifest
|
|
PORTVERSION= 1.61
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= ExtUtils::Manifest.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|