a5ad2df21f
- Pass maintainership to submitter - While I'm here, cleanup pkg-descr PR: ports/189013 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-Grove
|
|
DISTVERSION= 0.46alpha
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl-style XML objects
|
|
|
|
LICENSE= ART10
|
|
|
|
BUILD_DEPENDS= p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|