summaryrefslogtreecommitdiff
path: root/math/p5-Roman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Roman/Makefile')
-rw-r--r--math/p5-Roman/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile
new file mode 100644
index 000000000000..18dc0d0b550f
--- /dev/null
+++ b/math/p5-Roman/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Roman
+# Date created: 16 January 2003
+# Whom: Philip Paeps <philip@paeps.cx>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Roman
+PORTVERSION= 1.1
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Roman
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= philip@paeps.cx
+
+NO_BUILD= yes
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+do-install:
+ ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL}
+
+.include <bsd.port.mk>