diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-25 11:13:12 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-25 11:13:12 +0800 |
commit | a38d357cc44a784fd418ff64535dd1f1a731415f (patch) | |
tree | b3ee8a892e00b464948ac7384ff8f74b2d8fe35d /textproc/p5-XML-SimpleObject/Makefile | |
parent | 564d1cf2caaf8a7649560da3f06937bf684c5870 (diff) | |
download | freebsd-ports-gnome-a38d357cc44a784fd418ff64535dd1f1a731415f.tar.gz freebsd-ports-gnome-a38d357cc44a784fd418ff64535dd1f1a731415f.tar.zst freebsd-ports-gnome-a38d357cc44a784fd418ff64535dd1f1a731415f.zip |
Update to 0.53
Diffstat (limited to 'textproc/p5-XML-SimpleObject/Makefile')
-rw-r--r-- | textproc/p5-XML-SimpleObject/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-SimpleObject/Makefile b/textproc/p5-XML-SimpleObject/Makefile index 1b33997c8acb..849c49ef46d7 100644 --- a/textproc/p5-XML-SimpleObject/Makefile +++ b/textproc/p5-XML-SimpleObject/Makefile @@ -6,12 +6,13 @@ # PORTNAME= XML-SimpleObject -PORTVERSION= 0.41 +PORTVERSION= 0.53 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}${PORTVERSION} + +WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= API for accessing the structure of an XML document |