1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/p5-Test-Fixme/Makefile
Sunpoet Po-Chuan Hsieh 5bdfb538a2 - Update to 0.09
- Cleanup comments from "port create" skeleton

Changes:	http://search.cpan.org/dist/Test-Fixme/Changes
2013-03-23 09:19:26 +00:00

21 lines
345 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Fixme
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Check code for FIXMEs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Test::Fixme.3
.include <bsd.port.mk>