mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
- Simplify MASTER_SITES
- Clarify LICENSE - Add LICENSE_FILE - Strip library
This commit is contained in:
parent
994a7d97fe
commit
c7496878cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381190
@ -3,16 +3,17 @@
|
||||
|
||||
PORTNAME= milter
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
|
||||
MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PYPORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python interface to Sendmail milter API
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
.if !exists(/usr/lib/libmilter.so)
|
||||
LIB_DEPENDS= libmilter.so:${PORTSDIR}/mail/sendmail
|
||||
@ -24,4 +25,7 @@ DIST_SUBDIR= python
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/milter.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user