1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix pkg-plist

- Bump portrevision
- Take maintainership

Approved by:	jesper (maintainer)
This commit is contained in:
Erwin Lansing 2004-01-03 15:17:07 +00:00
parent 4bad1a7b6e
commit b552881a54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97240
2 changed files with 6 additions and 1 deletions

View File

@ -7,12 +7,13 @@
PORTNAME= Digest-BubbleBabble
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= jesper@FreeBSD.org
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 interface to a fingerprint in "bubble babble" format
PERL_CONFIGURE= yes

View File

@ -1 +1,5 @@
%%SITE_PERL%%/Digest/BubbleBabble.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/BubbleBabble/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/BubbleBabble
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Digest 2>/dev/null || true