- Add LICENSE

- Add NO_ARCH
- Update WWW
This commit is contained in:
Dmitry Marakasov 2020-07-23 09:36:18 +00:00
parent a3eb7c7211
commit 6f37c4321e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542922
2 changed files with 6 additions and 2 deletions

View File

@ -9,10 +9,14 @@ MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic file preprocessor
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix
GNU_CONFIGURE= yes
NO_BUILD= yes
CONFIGURE_ENV= PERL=${PERL}
NO_BUILD= yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \

View File

@ -3,4 +3,4 @@ functionality provided by the C preprocessor cpp(1) to be used with
any file type. filepp is designed to be easily customised and
extended.
WWW: http://www-users.york.ac.uk/~dm26/filepp/
WWW: https://www-users.york.ac.uk/~dm26/filepp/