mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Strip shared library
- Add LICENSE - Bump PORTREVISION for package change
This commit is contained in:
parent
591d920c66
commit
fdf5d2f720
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433363
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= Device-SerialPort
|
PORTNAME= Device-SerialPort
|
||||||
PORTVERSION= 1.040000
|
PORTVERSION= 1.040000
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= comms perl5
|
CATEGORIES= comms perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -12,7 +12,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl5 module for simple serial port control
|
COMMENT= Perl5 module for simple serial port control
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Device/SerialPort/SerialPort.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue