diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 01:56:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 01:56:34 +0800 |
commit | 0281c63e32ad4b15bd19cd9b9aba5e49ad80ef81 (patch) | |
tree | cad77b9dc11dc4c7fcf8fe510e1021ad6d1f9d15 /math | |
parent | b217d5e23f0718729f05a4a96ddfffe6e7c9bf86 (diff) | |
download | freebsd-ports-gnome-0281c63e32ad4b15bd19cd9b9aba5e49ad80ef81.tar.gz freebsd-ports-gnome-0281c63e32ad4b15bd19cd9b9aba5e49ad80ef81.tar.zst freebsd-ports-gnome-0281c63e32ad4b15bd19cd9b9aba5e49ad80ef81.zip |
- Fix *_DEPENDS: ExtUtils::CBuilder and parent already in all supported Perl releases
- Bump PORTREVISION for dependency change
- Sort PLIST
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Text-AsciiTeX/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Text-AsciiTeX/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Text-AsciiTeX/Makefile b/math/p5-Text-AsciiTeX/Makefile index d50bef818c53..1b08fafa02ae 100644 --- a/math/p5-Text-AsciiTeX/Makefile +++ b/math/p5-Text-AsciiTeX/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-AsciiTeX PORTVERSION= 0.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert (La)TeX formulas to ASCII art -BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder -RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild diff --git a/math/p5-Text-AsciiTeX/pkg-plist b/math/p5-Text-AsciiTeX/pkg-plist index 98fb5c2e9f1b..3be833a4af06 100644 --- a/math/p5-Text-AsciiTeX/pkg-plist +++ b/math/p5-Text-AsciiTeX/pkg-plist @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Text::AsciiTeX.3.gz -%%PERL5_MAN3%%/Text::AsciiTeX::Syntax.3.gz %%SITE_ARCH%%/Text/AsciiTeX.pm %%SITE_ARCH%%/Text/AsciiTeX/Syntax.pod %%SITE_ARCH%%/auto/Text/AsciiTeX/AsciiTeX.so +%%PERL5_MAN3%%/Text::AsciiTeX.3.gz +%%PERL5_MAN3%%/Text::AsciiTeX::Syntax.3.gz |