mail/libsrs2:

- add CONFLICTS with p5-Mail-SRS
- USES libtool
- take maintainership
This commit is contained in:
Kurt Jaeger 2014-07-14 08:58:26 +00:00
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

View file

@ -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>

View file

@ -4,3 +4,4 @@ lib/libsrs2.a
lib/libsrs2.la
lib/libsrs2.so
lib/libsrs2.so.0
lib/libsrs2.so.0.0.0