freebsd-ports/textproc/p5-Text-WikiCreole/Makefile
Frederic Culot 773cdaedf9 - Support staging [1]
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/185731 [1]
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2014-01-18 07:37:14 +00:00

19 lines
381 B
Makefile

# Created by: Matthew Fuller <fullermd@over-yonder.net>
# $FreeBSD$
PORTNAME= Text-WikiCreole
PORTVERSION= 0.07
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= fullermd@over-yonder.net
COMMENT= Implementation of the Wiki Creole markup language
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>