ExtUtils::Manifest provides a number of utilities to write and check a MANIFEST
file. At present the list includes mkmanifest, manicheck, filecheck, fullcheck, skipcheck, manifind, maniread, manicopy, and maniadd. WWW: http://search.cpan.org/dist/ExtUtils-Manifest/ PR: ports/120544 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
This commit is contained in:
parent
c2cdb38cc1
commit
8de115e357
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207428
5 changed files with 38 additions and 0 deletions
|
@ -1200,6 +1200,7 @@
|
|||
SUBDIR += p5-ExtUtils-Depends
|
||||
SUBDIR += p5-ExtUtils-MakeMaker
|
||||
SUBDIR += p5-ExtUtils-MakeMaker-Coverage
|
||||
SUBDIR += p5-ExtUtils-Manifest
|
||||
SUBDIR += p5-ExtUtils-ParseXS
|
||||
SUBDIR += p5-ExtUtils-PkgConfig
|
||||
SUBDIR += p5-ExtUtils-XSBuilder
|
||||
|
|
23
devel/p5-ExtUtils-Manifest/Makefile
Normal file
23
devel/p5-ExtUtils-Manifest/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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.51
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lippemail@gmail.com
|
||||
COMMENT= Utilities to write and check a MANIFEST file
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ExtUtils::Manifest.3
|
||||
.include <bsd.port.mk>
|
3
devel/p5-ExtUtils-Manifest/distinfo
Normal file
3
devel/p5-ExtUtils-Manifest/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (ExtUtils-Manifest-1.51.tar.gz) = 989f5be7280397c94e37bd566e84d422
|
||||
SHA256 (ExtUtils-Manifest-1.51.tar.gz) = 2379bff1929e88eb43b1aa92487839427339fad4ef59d9c613c51b887c581e5f
|
||||
SIZE (ExtUtils-Manifest-1.51.tar.gz) = 17291
|
5
devel/p5-ExtUtils-Manifest/pkg-descr
Normal file
5
devel/p5-ExtUtils-Manifest/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
ExtUtils::Manifest provides a number of utilities to write and check a MANIFEST
|
||||
file. At present the list includes mkmanifest, manicheck, filecheck, fullcheck,
|
||||
skipcheck, manifind, maniread, manicopy, and maniadd.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ExtUtils-Manifest/
|
6
devel/p5-ExtUtils-Manifest/pkg-plist
Normal file
6
devel/p5-ExtUtils-Manifest/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Manifest/.packlist
|
||||
%%SITE_PERL%%/ExtUtils/MANIFEST.SKIP
|
||||
%%SITE_PERL%%/ExtUtils/Manifest.pm
|
||||
@dirrmtry %%SITE_PERL%%/ExtUtils
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Manifest
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
|
Loading…
Reference in a new issue