Add LICENSE
- Strip shared library - Bump PORTREVISION for package change - Sort PLIST
This commit is contained in:
parent
61b8cf1e02
commit
6a7156d569
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451686
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= Astro-FITS-CFITSIO
|
||||
PORTVERSION= 1.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,10 +11,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl extension for using the cfitsio library
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libcfitsio.so:astro/cfitsio
|
||||
|
||||
CONFIGURE_ENV= CFITSIO=${LOCALBASE}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/FITS/CFITSIO/CFITSIO.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%SITE_ARCH%%/Astro/FITS/CFITSIO.pm
|
||||
%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/autosplit.ix
|
||||
%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/CFITSIO.so
|
||||
%%SITE_ARCH%%/auto/Astro/FITS/CFITSIO/autosplit.ix
|
||||
%%PERL5_MAN3%%/Astro::FITS::CFITSIO.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user