mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
24 lines
409 B
Makefile
24 lines
409 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Inline::Files
|
|
# Date created: Jun 5, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Inline-Files
|
|
PORTVERSION= 0.68
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Multiple virtual files at the end of your code
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Inline::Files.3 \
|
|
Inline::Files::Virtual.3
|
|
|
|
.include <bsd.port.mk>
|