Add LICENSE
- Convert to options target helper - Update WWW Approved by: portmgr (blanket)
This commit is contained in:
parent
74b0fec496
commit
5270a69586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471695
2 changed files with 8 additions and 1 deletions
|
@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= CPAN:SCOTTW
|
|||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Save log files in a nice way
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
@ -19,8 +22,12 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.sample ${STAGEDIR}${PREFIX}/etc/
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.lint ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ file but leave the tar file uncompressed, etc. You pick ;o)
|
|||
|
||||
savelogs has many options yet retains a high degree of dwimitude.
|
||||
|
||||
WWW: http://search.cpan.org/dist/savelogs/
|
||||
WWW: https://metacpan.org/release/SCOTTW/savelogs-1.98
|
||||
|
|
Loading…
Reference in a new issue