1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Update *_DEPENDS
- Reformat pkg-descr
- Use single space after WWW:
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-31 10:05:10 +00:00
parent 7b89408f17
commit cb9258a95e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363553
2 changed files with 10 additions and 7 deletions

View File

@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Produce an atom feed from subversion commits
BUILD_DEPENDS= p5-XML-Atom-SimpleFeed>=0:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= p5-XML-Atom-SimpleFeed>=0.80:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
PLIST_FILES= bin/subatom man/man1/subatom.1.gz
USES= perl5
PLIST_FILES= bin/subatom \
man/man1/subatom.1.gz
.include <bsd.port.mk>

View File

@ -1,5 +1,4 @@
subatom is a small script to produce an Atom feed from subversion
commits. You can use this with a feed reader to see new commits to
your repository.
subatom is a small script to produce an Atom feed from subversion commits. You
can use this with a feed reader to see new commits to your repository.
WWW: http://search.cpan.org/dist/subatom/
WWW: http://search.cpan.org/dist/subatom/