mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Installing man/google.1 as man page
- Installing README.* files as documentation - Setting license (Apache License, Version 2.0) - Bump PORTREVISION PR: ports/151044 Submitted by: Sébastien Santoro <dereckson AT gmail.com>
This commit is contained in:
parent
2fee11d77e
commit
589f8035b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262299
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= googlecl
|
||||
PORTVERSION= 0.9.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net www python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
@ -18,4 +19,17 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
LICENSE= ASL
|
||||
|
||||
MAN1= google.1
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user