- Fix LICENSE
- Sort PLIST - Pass maintainership to perl@
This commit is contained in:
parent
13f85be141
commit
fce42b9ab7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395271
2 changed files with 6 additions and 5 deletions
|
@ -8,14 +8,15 @@ CATEGORIES= security perl5
|
|||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl XS interface for a portable traditional crypt function
|
||||
|
||||
LICENSE= ARTPERL10
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
%%PERL5_MAN3%%/Crypt::UnixCrypt_XS.3.gz
|
||||
%%SITE_ARCH%%/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so
|
||||
%%SITE_ARCH%%/Crypt/UnixCrypt_XS.pm
|
||||
%%SITE_ARCH%%/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so
|
||||
%%PERL5_MAN3%%/Crypt::UnixCrypt_XS.3.gz
|
||||
|
|
Loading…
Reference in a new issue