ba6cb2390b
- Add license - Pet portlint Sponsored by: Absolight
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-HikiDoc
|
|
PORTVERSION= 1.021
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Pure Perl implementation of 'HikiDoc'
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|