diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-26 18:20:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-26 18:20:37 +0000 |
commit | df7adf2638a4527f4e98c4856a13cd0c5cd7f6e0 (patch) | |
tree | fd451cf7be7f07c36b94251701aec3e66701d45d /converters/p5-bsdconv | |
parent | 3f770b81fee381a17d9ce8060b5cba8575a77e2b (diff) | |
download | ports-df7adf2638a4527f4e98c4856a13cd0c5cd7f6e0.tar.gz ports-df7adf2638a4527f4e98c4856a13cd0c5cd7f6e0.zip |
Notes
Diffstat (limited to 'converters/p5-bsdconv')
-rw-r--r-- | converters/p5-bsdconv/Makefile | 21 | ||||
-rw-r--r-- | converters/p5-bsdconv/distinfo | 2 |
2 files changed, 14 insertions, 9 deletions
diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile index 990eda396044..873049caec6d 100644 --- a/converters/p5-bsdconv/Makefile +++ b/converters/p5-bsdconv/Makefile @@ -5,26 +5,29 @@ # $FreeBSD$ # -CATEGORIES+= perl5 +PORTNAME= bsdconv +PORTVERSION= 4.8 +CATEGORIES= converters perl5 +MASTER_SITES= https://github.com/buganini/perl-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= p5- +DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} MAINTAINER= buganini@gmail.com COMMENT= Perl wrapper for bsdconv LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv -MASTERDIR= ${.CURDIR}/../bsdconv -WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/perl -PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist +LICENSE= BSD + +GITVERSION= 1ee9a24 +FETCH_ARGS= -pRr +WRKSRC= ${WRKDIR}/buganini-perl-${PORTNAME}-${GITVERSION} PERL_CONFIGURE= yes MAN3= bsdconv.3 post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL -.include "${MASTERDIR}/Makefile" +.include <bsd.port.mk> diff --git a/converters/p5-bsdconv/distinfo b/converters/p5-bsdconv/distinfo new file mode 100644 index 000000000000..611bd239c33d --- /dev/null +++ b/converters/p5-bsdconv/distinfo @@ -0,0 +1,2 @@ +SHA256 (buganini-bsdconv-4.8-0-g1ee9a24.tar.gz) = 418476ea0817ed25e4b55178e28a779453aa209fa0ed5b737f7011426e14edb7 +SIZE (buganini-bsdconv-4.8-0-g1ee9a24.tar.gz) = 42491 |