forked from Lainports/freebsd-ports
- Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Data-Section-Simple/Changes Feature safe: yes
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Section-Simple
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Read data from __DATA__
|
|
|
|
BUILD_DEPENDS= p5-Module-Build-Tiny>=0.013:${PORTSDIR}/devel/p5-Module-Build-Tiny
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Section::Simple.3
|
|
|
|
.include <bsd.port.mk>
|