mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
mail/libsrs2:
- add CONFLICTS with p5-Mail-SRS - USES libtool - take maintainership
This commit is contained in:
parent
1ee376868b
commit
36c22f740b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361740
2 changed files with 9 additions and 3 deletions
|
@ -3,16 +3,21 @@
|
|||
|
||||
PORTNAME= libsrs2
|
||||
PORTVERSION= 1.0.18
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.libsrs2.org/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= srs
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Sender Rewriting Scheme 2 C Implementation
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFLICTS= p5-Mail-SRS*
|
||||
|
||||
USES= libtool:keepla
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,3 +4,4 @@ lib/libsrs2.a
|
|||
lib/libsrs2.la
|
||||
lib/libsrs2.so
|
||||
lib/libsrs2.so.0
|
||||
lib/libsrs2.so.0.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue