diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-10 18:59:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-02-10 18:59:43 +0000 |
commit | d7b7f20fd2a58e9bb0101f5fcad4b803a51160bc (patch) | |
tree | 8e30fef5627a3fee3bd847950263c7ab7d69df3a /textproc/p5-Text-WikiFormat | |
parent | 2e3ae87ca444aa24c946c87f453183391735a5e7 (diff) | |
download | ports-d7b7f20fd2a58e9bb0101f5fcad4b803a51160bc.tar.gz ports-d7b7f20fd2a58e9bb0101f5fcad4b803a51160bc.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 804dfc936ad7..1ac389c54823 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -17,10 +17,9 @@ COMMENT= Module for translating Wiki formatted text into other formats BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Text::WikiFormat.3 PLIST_FILES= %%SITE_PERL%%/Text/WikiFormat.pm |