diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-08-15 09:47:33 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-08-15 09:47:33 +0000 |
commit | 43160855b418221da6d73c7d908d7839298453fa (patch) | |
tree | 031b7628bc987ddd08c3a2961ab7a1ed4a0f72e5 /databases/p5-Relations/Makefile | |
parent | 4972e9464bfbec3718a85a8a7f05e54ecc448629 (diff) | |
download | ports-43160855b418221da6d73c7d908d7839298453fa.tar.gz ports-43160855b418221da6d73c7d908d7839298453fa.zip |
Notes
Diffstat (limited to 'databases/p5-Relations/Makefile')
-rw-r--r-- | databases/p5-Relations/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/p5-Relations/Makefile b/databases/p5-Relations/Makefile new file mode 100644 index 000000000000..ad13ba374455 --- /dev/null +++ b/databases/p5-Relations/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: databases/p5-Relations +# Date created: 1 Aug 2006 +# Whom: Timur I. Bakeyev <bat@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= Relations +PORTVERSION= 0.95 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Relations +PKGNAMEPREFIX= p5- + +MAINTAINER= bat@cpan.org +COMMENT= Functions to Use with Databases and Queries + +PERL_CONFIGURE= yes + +MAN3= Relations.3 + +.include <bsd.port.mk> |