1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/textproc/p5-Text-HikiDoc/Makefile
2016-12-17 06:05:11 +00:00

21 lines
378 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-HikiDoc
PORTVERSION= 1.023
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tota@FreeBSD.org
COMMENT= Pure Perl implementation of 'HikiDoc'
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>