mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix plist
- Trim header Reported by: poudriere exp-run
This commit is contained in:
parent
fdcc5ae0eb
commit
29aaee5b66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318295
@ -1,13 +1,9 @@
|
||||
# New ports collection makefile for: p5-Crypt-Simple
|
||||
# Date created: 01 Jun 2010
|
||||
# Whom: Alexander Kriventsov <avk@vl.ru>
|
||||
#
|
||||
# Created by: Alexander Kriventsov <avk@vl.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-Simple
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -18,7 +14,9 @@ COMMENT= Perl encrypt stuff simply
|
||||
RUN_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
|
||||
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
|
||||
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple/.packlist
|
||||
%%SITE_PERL%%/Crypt/Simple.pm
|
||||
@dirrmtry %%SITE_PERL%%/Crypt/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
|
Loading…
Reference in New Issue
Block a user