diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:20:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:20:02 +0000 |
commit | d7a605a2ef8f6b94e90b021fa8c09060b44a348f (patch) | |
tree | d2e18591305e467c55ed9ec039e534636e2019cc /print/axpoint/Makefile | |
parent | 8f21ab977f3e6aa0eef5b3ed2147826d7e2bc166 (diff) | |
download | ports-d7a605a2ef8f6b94e90b021fa8c09060b44a348f.tar.gz ports-d7a605a2ef8f6b94e90b021fa8c09060b44a348f.zip |
- stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=338754
Diffstat (limited to 'print/axpoint/Makefile')
-rw-r--r-- | print/axpoint/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile index 9729e7efda43..5aa32dc39004 100644 --- a/print/axpoint/Makefile +++ b/print/axpoint/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSERGEANT DISTNAME= XML-Handler-AxPoint-${PORTVERSION:S/0$//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= XML Based Presentations BUILD_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ @@ -22,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= XML::Handler::AxPoint.3 - -NO_STAGE= yes .include <bsd.port.mk> |