Fix tabs, plist
Remove myself from maintainer. PR: 78654
This commit is contained in:
parent
2bd1865b26
commit
3d89218143
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131638
2 changed files with 6 additions and 6 deletions
|
@ -5,18 +5,18 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-CRC32
|
||||
PORTVERSION= 1.2
|
||||
PORTNAME= String-CRC32
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= String
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl interface for cyclic redundency check generation
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= String::CRC32.3
|
||||
MAN3= String::CRC32.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CRC32/CRC32.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CRC32/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/CRC32
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/String
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String 2>dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/String 2>dev/null || true
|
||||
|
|
Loading…
Reference in a new issue